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.
Hi: I'm new to mojo. I noticed that version of mysql.data.dll is 6.0.3. On my server, I am using version 6.3.2 of the connector. I tried replacing the 6.0.3 version in the /bin directory before firing up the website, but got an error message stating that the version did not match the manifest.
My question is if it matters. I want to be using 6.3.2, can I remove the version in the bin after it has finished creating the tables?
Thanks
I think you need to use the version mojoPortal was compiled against. I will see about upgrading to the latest stable MySql Connector for the next release.
Best,
Joe
You could also try assemblybinding redirect in Web.config to rebind it to the newer version
http://www.netframeworkdev.com/net-base-class-library/assembly-binding-redirection-where-public-key-is-different-4381.shtml
Your mileage may vary.