ADO.NET Entity Data Model forcecloses after "Choose Your Data Connection"
Asked Answered
A

1

6

So I am trying to create my ADO Entity data model, and i cant seem to get past the "choose your data connection" page. I choose the correct connection, then click either no or yes for sensitive data, and i click next. However, nothing appears. There is no error message like the common "your project references the latest version of entity framework however an entity framework database provider." It just closes the prompt and returns me to my project.

Has anyone ever seen this before?

Angara answered 7/10, 2014 at 14:49 Comment(5)
remove the mysql.*.dll references and add them back manualyCoussoule
No, make sure to install the latest Microsoft SQL Server Data Tools msdn.microsoft.com/en-us/data/tools.aspxSandhog
Also, make sure you have the latest service pack for you windows machine.Sandhog
Finally make sure you the latest Entity Framework installed (6.1.2 as of 5/5/2015) on you project: "install-package entityframework"Sandhog
Where you able to solve your issue?Sandhog
D
1

If you have such a problem, make sure that the version of the NuGet MySQL EF package matches the version of the MySQL Connector for NET

Detestation answered 6/5, 2019 at 20:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.