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

后端 未结 5 2253
攒了一身酷
攒了一身酷 2021-02-11 22:46

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:28

    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.

提交回复
热议问题