This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I have installed the MySQL 6.2.3.0 connector and referenced the MySQL.Data.dll in the project and I still get this error: Could not load file or assembly 'MySql.Data, Version=6.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
|
|
|
You might have another version of MySql.Data.dll which is getting picked up first. You may be able to get more information using fuslogvw, or Process Monitor to check which file is actually getting loaded. |
|