MySQL Entity Framework construct closes the window and cannot continue

I have used MySQL Connector and MySQL for Visual Studio with Entity Framework 6 to work on my project.

I formatted my computer yesterday:

  • Reinstalling Visual Studio 2012
  • Update 4 installed
  • Entity Framework 6 tools installed.
  • Visual Studio extension and .NET connector installed using the MySQL installer.

But when I select "update from database" in Entity Framework design, after connecting to the server (on localhost) and remove the "put connection string in application config" checkbox, when I click Next, the window closes instantly and nothing happens.

What's happening?!

Drop you in advance.

+3


source to share


1 answer


Download from Nuget package MySql.Data.EntityFramework NOT Mysql.Data.Entity This solved my problem today;)



0


source







All Articles