first time install using mysql database

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.
7/20/2010 11:32:18 PM
Gravatar
Total Posts 17

first time install using mysql database

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

7/21/2010 8:38:03 AM
Gravatar
Total Posts 18439

Re: first time install using mysql database

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

7/21/2010 8:44:49 AM
Gravatar
Total Posts 18439

Re: first time install using mysql database

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.

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