实体框架数据库第一代崩溃MYSQL [英] Entity Framework Database First generation crash MYSQL

查看:55
本文介绍了实体框架数据库第一代崩溃MYSQL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从现有的MySql数据库生成代码. 我正在遵循此指南: https://msdn.microsoft.com/en-us/library/jj206878(v=vs.113).aspx

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

当我从数据连接中选择数据库时,向导将消失.我已经读到有关MySql NuGet软件包版本不匹配的信息,但是我似乎有正确的版本.这些是我安装的NuGet软件包.

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.

此外,我看到很多有关连接器/网络"的内容,有人可以告诉我这是什么吗?

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

推荐答案

向导关闭是MySQL Connector/NET中的一个已知错误:

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

  • Bug 89338 for 6.10.5
  • Bug 91195 for 8.0.11

您将需要等待Oracle修复此错误并发布更新.有人报告可以通过遵循这些方法来解决此问题.说明.

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.

连接器/NET"只是MySql.Data库以及其他Visual Studio加载项的别称;例如,它用于本文档.

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

这篇关于实体框架数据库第一代崩溃MYSQL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆