Entity Framework wizard crashes on MySQL

I have no idea why this works but I went in to my NuGet Package Manager and removed the MySql.Data.Entity (also checked dependencies which removed MySql.Data). I went into my .edmx and ran the ‘Update model from database…’ and everything worked.

(Note: This also removed my entity framework so I had to add that back in using the NuGet Manager)

W…T…F?

Maybe others can confirm this…

Leave a Comment