Hi Joe,
I am trying to deploy Mojoportal on a host server (webhostforasp.net). I tried to install MP directly rather than use their automated installer.
I've uploaded the latest version of MP, and imported my MYSQL db. However when I try to run the site I get the following error message. I tried to add the assembly key (not that I am sure what that means, but I saw it on another forum post) <add assembly="MySql.Data, Version=5.2.2.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /> to the web.config file but that didn't help so I've deleted it again. Are you able to help at all?
Many thanks in advance,
Kind Regards
Leah
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 'MySql.Data, Version=5.2.2.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The module was expected to contain an assembly manifest.
Source Error:
Line 971: <add assembly="Microsoft.Web.Preview, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 972:
Line 973: <add assembly="MySql.Data, Version=5.2.2.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
Line 974:
Line 975: </assemblies>
Source File: C:\Clients\[]\[]\public_html\web.config Line: 973
Assembly Load Trace: The following information can be helpful to determine why the assembly 'MySql.Data, Version=5.2.2.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' 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:2.0.50727.3053; ASP.NET Version:2.0.50727.3053