I am using Visual Studio 2010 Ultimate, and I installed MySql Windows Installer (that includes MySql connector for C# and MySql Visual Studio tools). When I create a new edmx model using the designer tool, I am able to connect to the MySql server and select my tables. When I click finish, though, Visual Studio freezes. It also freezes when I try and update the object from the database.
Here is the output information also:
Unable to generate the model because of the following exception: 'An error occurred while executing the command definition. See the inner exception for details.
Fatal error encountered during command execution. Fatal error encountered attempting to read the resultset. Reading from the stream has failed. Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. An established connection was aborted by the software in your host machine
Thanks.