Entity Framework's Entity Data Wizard Crashes When Connecting to MySQL Database

后端 未结 5 1839
遇见更好的自我
遇见更好的自我 2021-02-11 23:11

I am attempting to create an Entity Data Model using the wizard to reverse engineer an existing MySQL database. I get to the Choose Your Data Connection page of the wizard, sele

5条回答
  •  终归单人心
    2021-02-11 23:18

    I faced the same issue it was because I was using Mysql connector v 8.0.12 ,MySql.Data v8.0.12 and Mysql.Data.Entity v6.10.8.

    The program crashes because of compatibility issues.What worked for me is I installed all three of the same version

    Mysql connector v 6.10.8 and MySql.Data v6.10.8 and Mysql.Data.Entity v6.10.8.

提交回复
热议问题