Linked Questions

41 votes
13 answers
223k views

I use the MySQL Connector/Net to connect to my database by referencing the assembly (MySql.Data.dll) and passing in a connection string to MySqlConnection. I like that because I don't have to ...
JohnB's user avatar
  • 19.1k
36 votes
11 answers
79k views

I'm trying to use Entity Framework with MySQL and I get the above error. I have the latest MySQL connector installed. The full error reads: No Entity Framework provider found for 'MySql.Data....
Matt Burland's user avatar
  • 45.3k
31 votes
5 answers
180k views

What does this mean: Next add reference to: MySql.Data actually I have downloaded mysql connector/net. by following these instructions: First, you need to install the mysql connector/net, it is ...
srinivas's user avatar
  • 1,421
13 votes
3 answers
21k views

As you can see i've already installed the necessary mysql packages such as Mysql for Visual studio and Connector/NET but no matter what the mysql is not appearing in Visual studio 2017 Data source ...
kkafkas's user avatar
  • 342
4 votes
3 answers
8k views

I just installed Visual Studio 2019 and I´m trying to add a database with an ADO.NET entity model, but the wizard crashes in this step... Select Entity Framework Version I have Visual Studio ...
valeria's user avatar
  • 111
6 votes
3 answers
6k views

I want to create an EntityDataModel with Entity Framework 6 but every time I try I get this error: Your project references an older version of Entity Framework. I'm using Visual Studio 2013 and my ...
Ali.Rashidi's user avatar
  • 1,482
5 votes
1 answer
1k views

i am trying to update model from database and use MySQL as my data source, it seems like there is some problem in listing MySQL as datasource . Please see the inline image : I have installed MySQL ...
coder3521's user avatar
  • 2,646
3 votes
0 answers
655 views

I used MySQL Connector and MySQL for Visual Studio with the Entity Framework 6 for working on my project. Yesterday i formatted my computer: Reinstalled Visual Studio 2012 Installed the update 4 ...
Mauro Valvano's user avatar
1 vote
2 answers
556 views

After selecting the MySQL data source in the Entity Data Model wizard in Visual Studio and clicking on "Next", the wizard just closes. What's going wrong?
Travis TANG's user avatar
1 vote
0 answers
278 views

Had been struggling this for quite sometime. Installed MySQL DB, MySQL .Net Connector and everything that came with MySQL installation. Created a project in VS. Installed MySql.Data and MySql....
Allen King's user avatar
  • 2,532
0 votes
1 answer
57 views

I have started a project with MVC I go to models > add items > ADO.NET entity then i configure my mysqldata base and when i click finish it wont add to models. what i'm doing wrong? thanks [https://...
Cesar Goulart's user avatar
0 votes
0 answers
52 views

I can not generate edmx from the MySQL database. I tried everything. From the reinstallation of VS 2017 to the installation of packages needed to connect to this particular type of database. With the ...
Kamil M's user avatar
  • 65