Answer the question
In order to leave comments, you need to log in
ADO.NET sea of problems?
Created a console project on VS 2015 Update 1.
Then I downloaded the EntityFramework and MysqlDataEntity packages via Nuget.
I tried to play with the database, but it wasn’t there, there was simply no ADO.NET Entity Data Model in the list of elements.
Hmm... It appeared after several hours of torment and the idea that SQl Server should be installed. (I wonder why I had to do this if I don't want to use it)
The torment didn't stop there; now adding the ADO.NET Entity Data Model and selecting my database (connection successful) and selecting the table I need from the list, I click next ... but nothing happens.
What can be wrong ? No .edmx generation .... nothing
Help with problem.
stackoverflow.com/questions/28500935/ef6-ado-net-e...
Answer the question
In order to leave comments, you need to log in
1) it is not possible to use EF7 with edmx, because the latter is considered a deprecated format/approach to storing the DB structure (see blogs.msdn.com/b/adonet/archive/2014/10/21/ef7-wha... If you still really want edmx - try installing EF6;
2 )
what to install SQL Server
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question