2

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

1

1 Answer 1

1

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:

Sign up to request clarification or add additional context in comments.

2 Comments

Ok, thabks! I'll wait.
they say in Bug 89338 it would be fixed in 6.10.7.0... doesn't look like to me...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.