开发者

MySqlConnection with framework 3.5

开发者 https://www.devze.com 2023-03-22 04:32 出处:网络
I\'m doing an .NET application with Framewo开发者_开发百科rk 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 compi

I'm doing an .NET application with Framewo开发者_开发百科rk 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.


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 VS2008 directory that target .NET 2.0. You may encounter some errors opening VS2008\MySQLClient.sln due to certain project types not available, but the MySql.Data project (VS2008\Source\MySql.Data\MySql.Data.csproj) should load just fine.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号