如何将实体框架与 MySQL Connector noinstall 版本一起使用?
有谁知道有什么方法可以让实体框架与 mysql 连接器 6.3/6.4 无安装版本一起使用?我可以将 dll-s 添加到我的项目中,但无法添加到实体框架的连接,因为它看不到 mysql。
Does anyone know any way to have the Entity Framework working with mysql connector 6.3/6.4 no install version? I can add the dll-s to my project, but I can't add the connection to the Entity framework because it doesn't see mysql.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
让 mySQL 和实体框架正常工作的步骤可在此 博客文章
如果您尝试在没有安装数据库的情况下执行此操作,我认为这是不可能的。
The steps to get mySQL and entity framework working are available in this blog post
If you are trying to do it without have a database installed, I do not think that that is possible.