Michael Filler
Michael Filler

Reputation: 338

Entity Framework6 Visual Studio 2015 Mysql Problems

I have a problem with adding a ADO.Net Entity Data Model to my Project.
I am using VS 2015 and the Project runs with .NET 4.5.2.
The database I'm currently using is mysql.

I can connect Visual Studio with my database, which means that the connector is working and everything is installed correctly.

When I add the ADO Model and choose DB first, the following windows opens. Selecting DB for Entity Data Model

So I can choose a DB and everything, but when I click next the next window can be seen for like a half a second and then it closes without any notification and no ADO.NET file or anything is created.
I could read for a second, that there is just a radio box with the version to select. (But no red error message as in other posts mentioned)

Any ideas why that is happening? Is VS2015 not supported by EF6?

Upvotes: 1

Views: 779

Answers (1)

Rafael
Rafael

Reputation: 974

I solved it using MySql Installer. Try to install it, and choose MySql for Visual Studio full instalattion. After that, install Connector/NET.

Upvotes: 1

Related Questions