I am using MySQL v 5.1.41 with Net Connector 6.3.5 with no problems.
My webhost is running MySQL 5.0.45.
When I try to run my website I get the following error message: "Could not load file or assembly 'MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The module was expected to contain an assembly manifest. on the following line:
<add assembly="MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D" />
I have uploaded the MySQL DLL files to my webhost site so think the problem is that my webhost is running the OLDER version of MySQL.
Does anyone know which version of the Net Connector that will work with this older version of MySQL? Or would I be better off using the ODBC connector instead of the Net one?
Thanks for any info...
My webhost is running MySQL 5.0.45.
When I try to run my website I get the following error message: "Could not load file or assembly 'MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The module was expected to contain an assembly manifest. on the following line:
<add assembly="MySql.Data, Version=6.3.5.0, Culture=neutral, PublicKeyToken=C5687FC88969C44D" />
I have uploaded the MySQL DLL files to my webhost site so think the problem is that my webhost is running the OLDER version of MySQL.
Does anyone know which version of the Net Connector that will work with this older version of MySQL? Or would I be better off using the ODBC connector instead of the Net one?
Thanks for any info...