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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
I´m getting an error when trying to upgrade to the latest mojo:
Line 782: <add namespace="System.Web.Helpers" />
Any help?
Thanks
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.
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
See this thread for the solution.
Best,
Joe
Thanks Joe. It work now with the new files.