Upgrade error

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/2/2011 2:20:13 PM
Gravatar
Total Posts 51

Upgrade error

I´m getting an error when trying to upgrade to the latest mojo:

Line 782:        <add namespace="System.Web.Helpers" />

Any help?

Thanks

4/4/2011 7:34:04 AM
Gravatar
Total Posts 18439

Re: Upgrade error

Did you install the correct package for your version of .NET framework? It sounds like maybe you installed the .NET 4 version under .NET 3.5 hosting.

That is not much error detail to know much about it.

4/4/2011 12:43:52 PM
Gravatar
Total Posts 51

Re: Upgrade error

Hi Joe, the upgrade error happened on my development machine running vista sp2.
I uploaded my files(mojoportal latest version) on arvixe and I get this error message:
Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 905:    <compilation debug="false" defaultLanguage="C#" targetFramework="4.0">
Line 906:      <assemblies>
Line 907:        <add assembly="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"/>
Line 908:        <!-- AJAX Extensions suport needed for WebPart drag and drop in non IE browsers -->
Line 909:        <add assembly="Microsoft.Web.Preview, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>

Source File: C:\HostingSpaces\Uname\mydomain.com\wwwroot\web.config    Line: 907

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

Hope you can help

Thanks

4/4/2011 1:47:30 PM
Gravatar
Total Posts 18439

Re: Upgrade error

See this thread for the solution.

Best,

Joe

4/5/2011 4:48:41 PM
Gravatar
Total Posts 51

Re: Upgrade error

Thanks Joe. It work now with the new files.

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