I’m doing an .NET application with Framework 3.5, I need to know the most updated version of Connector/NET with Framework 3.5, because the Connector/NET version 6.4.3 (latest) is compiled with Framework 4.0.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll want to use Connector/NET 6.3.*, I think. It works with MySQL 5.0 and up.
Here is a versions table, but it doesn’t list Connector/NET 6.4 yet.
Alternatively, you can download the source for 6.4. When you unzip it, there are alternative solution and project files under the
VS2008directory that target .NET 2.0. You may encounter some errors openingVS2008\MySQLClient.slndue to certain project types not available, but theMySql.Dataproject (VS2008\Source\MySql.Data\MySql.Data.csproj) should load just fine.