Does any one know how to connect to MySQL 5.1 with Visual Studio 2010?
I have already tried the MySQL Connector/ODBC route and it got me really nasty results. The table rows were all listed as a view in the views section and nothing at all was listed in the tables or procedures folder.
To get the Entity Frame working with VS2010, I had to do the following:
(I’ve blogged about this here)
Update
6.3.2 is in beta and I can confirm this works. (I didn’t need to rename the framework folder)