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 sel
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.