Server Error in '/mojoportal' Application (asim)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
2/11/2010 2:32:28 AM
Gravatar
Total Posts 4

Server Error in '/mojoportal' Application (asim)

Hi all,

I've setup mojo portal 1st time and manage to run setup with mysql database. After setup completion when I tried to open webpage http://localhost/mojoportal/default.aspx I'm getting the following error.

-----------------------------------------------------

Server Error in '/mojoportal' Application.
Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[TypeLoadException: Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.]
mojoPortal.Web.UI.ScriptLoader.SetupBrowserSpecificScripts() +0
mojoPortal.Web.UI.ScriptLoader.SetupScripts() +301
mojoPortal.Web.UI.ScriptLoader.OnPreRender(EventArgs e) +89
System.Web.UI.Control.PreRenderRecursiveInternal() +86
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041

Version Information: Microsoft .NET Framework Version:2.0.50727.1873; ASP.NET Version:2.0.50727.1433

-----------------------------------------------------

I'm using windows xp-sp2 with IIS. I've netframwork3.5 installed on my machine. I'm using mysql as databse.

Any help?

Asim

2/11/2010 8:36:24 AM
Gravatar
Total Posts 18439

Re: Server Error in '/mojoportal' Application (asim)

You need to install SP1 for .NET 3.5 and any subsequent windows updates to fix this issue.

Hope it helps,

Joe

2/11/2010 9:15:33 AM
Gravatar
Total Posts 4

Re: Server Error in '/mojoportal' Application (asim)

Spot on

Thank you very much.

Asim

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