server error has occurred

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/11/2011 10:58:20 AM
Gravatar
Total Posts 18439

Re: server error has occurred

 

My best guess is that you are running the 3.5 .NET version of mojoPortal under .NET 4. Ideally you should install the .NET 4 version of mojoPortal, but you can also work around this specific error by adding this in Web.config just before the closing </system.web>

<httpRuntime requestValidationMode="2.0" maxUrlLength="560" maxQueryStringLength="2048" />

requestValidationMode="2.0" is the important part for this error

Hope that helps,

Joe

10/11/2011 11:40:29 AM
Gravatar
Total Posts 550

Re: server error has occurred

Hi Hoe,

The installation version was 2.3.5.5, I upgrade it to 2.3.7.0  NET 4 version. Now we have this error after updating HTML Content instance modules. I think this is a host related trick.

ERROR 84.241.34.194 - en-US - /HtmlEdit.aspx?mid=58&pageid=0 - mojoPortal.Web.Global - Referrer(http://72.41.70.239/HtmlEdit.aspx?mid=58&pageid=0) useragent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 System.InvalidOperationException: Unable to generate a temporary class (result=1). error CS2001: Source file 'C:\WINDOWS\TEMP\tsqpilmu.0.cs' could not be found error CS2008: No inputs specified

Best,

Asad

You must sign in to post in the forums. This thread is closed to new posts.