Entity Framework Database First generation crash MYSQL

后端 未结 1 1624
感情败类
感情败类 2020-12-22 09:46

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

相关标签:
1条回答
  • 2020-12-22 10:08

    The wizard closing is a known bug in MySQL Connector/NET:

    • Bug 89338 for 6.10.5
    • Bug 91195 for 8.0.11

    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.

    0 讨论(0)
提交回复
热议问题