简体   繁体   中英

Entity Framework + MySQL class generating

I try to connect MySql database by using Entity Framework but visual studio do not want to generate *.edmx?

I have 1 table in db,
-choose ado.net edm,
-select the Generate from Database
-choose db
-here I think I should select tables, but the wizard closes

I try to use different version of EF, but still nothing works. What is the problem?

my software:
-Windows 7 *64
-vs 2017 community
-mySql 8.0 community

This is a known bug in MySQL Connector/NET:

You will need to wait for Oracle to fix this bug and ship an update. Some people have reported being able to work around the problem by following these instructions .

See also these previous SO questions:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM