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

后端 未结 5 2261
攒了一身酷
攒了一身酷 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:22

    This keeps happening with VS2017 and the latest MySQL connector (6.10.6). Downgrading both the connector and the Nuget package to 6.9.11 works.

提交回复
热议问题