0

I am trying to generate code from an existing MySql database. I'm following this guide: https://msdn.microsoft.com/en-us/library/jj206878(v=vs.113).aspx

When I select the database from my data connections the wizard just disappears. I have read something about this being caused by MySql NuGet packages version mismatch, but I seem to have the correct versions. These are my installed NuGet packages.

enter image description here

Also, I see a lot of mention of "Connector/Net" can someone tell me what that is?

1 Answer 1

1

The wizard closing 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.

"Connector/NET" is just another name for the MySql.Data library plus the additional Visual Studio addins; for example, it's used in this documentation.

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

2 Comments

First of all, thanks! I'll try the guide tomorrow. Does downgrading also not work? I have tried it with Mysql.data 6.9.12, but without success.
It's possible the bug may be in MySQL for Visual Studio (dev.mysql.com/downloads/windows/visualstudio/1.2.html), not in the MySql.Data library; if that's true (I'm not sure if it is or not) installing a different version from dev.mysql.com/downloads/windows/visualstudio/1.2.html may help.

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.