MySQL Connector/NET Release Notes

9.4 Changes in MySQL Connector/NET 6.5.4 (2012-03-08, General Availability)

First GA release for Connector/NET 6.5.

Bugs Fixed

  • In Visual Studio Table Designer, if you tried to save a new table using an existing table name, subsequently you would not be prompted to choose a new name, preventing you from saving the table. (Bug #13785918)

  • When creating a Visual Studio Web Application Project, using the ADO.NET Entity Data Model and generating the model from a database, the Entity Framework Model was not created. This operation gave an error:

    Access denied for user 'root'@'localhost' (using password: NO)
    

    (Bug #13610452)

  • When creating a project in VisualStudio using a .NET framework such as 3.0 or 3.5 (anything less than 4.0), the Connector/NET library (MySql.Data.dll) was not listed in the Add References dialog box. The workaround was to browse to the library and add it manually. (Bug #13491678, Bug #60462)