Error - "Could not load assembly"

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.
4/15/2009 4:29:31 AM
Gravatar
Total Posts 3

Error - "Could not load assembly"

Hi Team,

I am using Windows server 2003K OS and MS SQL 2005 and 'mojoportal-2-2-9-6-mssqlreleasefiles' version of Mojo Portal.

During installation I am getting the following error:

Could not load file or assembly 'System.Web.Extensions' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Please help.

4/15/2009 5:38:31 AM
Gravatar
Total Posts 18439

Re: Error - "Could not load assembly"

Hi,

My best guess is you do not have .NET 3.5 SP1 installed. 

Hope it helps,

Joe

4/15/2009 5:49:48 AM
Gravatar
Total Posts 3

Re: Error - "Could not load assembly"

Is there any alternative, that means without .Net 3.5 SP1.

4/15/2009 5:58:47 AM
Gravatar
Total Posts 18439

Re: Error - "Could not load assembly"

You can download an older version, (2.2.7.8 was the last version to target 2.0 .NET), or if you are an expert developer you can try to make your own 2.0 compatible build using the source code with Visual Studio by changing the target to 2.0 .NET for all projects curently targeting 3.5. Then you would have to exclude files or comment out code that doesn't build under 2.0.

Hope it helps,

Joe

4/15/2009 6:10:13 AM
Gravatar
Total Posts 3

Re: Error - "Could not load assembly"

Thanks, I will try and update here.

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