Unable to update EntityFramework models from MySQL database in Visual Studio 2015 RC

我的未来我决定 提交于 2019-12-05 02:23:25

What worked for me was to update the visual studio plugin, available here: http://dev.mysql.com/downloads/windows/visualstudio/

Could you please update your VS 2015 from RC to RTM, update the nuget packages by running the following command:

update-package

This will get all latest stable nuget package in VS 2015.

Let me know if this fix your issue.

In my case I installed VS 2017 after Mysql and because of that Mysql Visual Studio components didn't install for VS 2017.

For doing that, open MySQL for VS install and pick "Change"

And check components for VS 2017

My reputation isn't high enough to leave a comment but this could help someone that ends up on this page. My case was similar to neustart47's however I tried to install the components through mysql installer - community, which failed complaining that VS wasn't installed (or something along those lines), which it was. So make sure to use the stand alone installer and not the mysql community installer. Why this even is a problem, I don't know.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!