Error creating ADO.NET Entity Data Model file

0

Good morning,

I am trying to create an ADO.NET Entity Data Model file, with connection to the MySql (Workbench) database, however or from the error, or the Entity Data Model screen closes. So I have two scenarios:

1) I create my MVC project > > I add the EntityFramework version 6.2.0 NuGet package > > Right-click on the "Models" folder > > Add > > New Item > > Data > > ADO.NET Entity Data Model > > Add.

Then ask me to select the template I want to build, and I select the EF Designer from database (I tried all other templates, and gave the same errors).

On the next screen, ask to save the connection string and give the name to the context, and connect in the bank, normal. BUT when I go ahead, the following error appears: link

2) 1) I create my MVC project > > I add the EntityFramework version 6.2.0 NuGet package > > I also add the packages MySql.Data (8.0.13) and MySql.Data.Entity (6.10.8) > > Right-click on the "Models" folder > > Add > > New Item > > Data > > ADO.NET Entity Data Model > > Add.

It can connect, ask to save the connection string, when I move to the next screen that is selecting the entities it simply closes the screen.

I have already tried a lot about the 1 error, but I could not solve it, and I even followed the steps of those two links down, and it still did not work.

MySQL Connector with EF6 in Visual Studio 2013

link

I have already tested with the versions of Mysql.entity 6.10.8, installing first on which it creates the dependencies however, it presents the same error.

I need this help, right away, thanks.

Version details and what I have installed:

Windows: 10 64-bit, home single language.

Visual Studio: Visual Studio Community 2017 version 15.8.9

Workbench: 8.0.12 CE

MySQL Server: 8.0

Connector / NET: 8.0.13

MySql-for-visual-studio: 1.2.8

att;

    
asked by anonymous 06.11.2018 / 16:25

0 answers