I can't update my edmx since the Entity Data Model Designer is unable to open it

删除回忆录丶 提交于 2019-11-29 18:46:43

I finally came accross my problem. I searched for like 5 hours how to make a new database connection and realised I had no option with MySQL connection. So I found this thread and it led me on the good path. After, I found this cause I weren't able to install MySQL for Visual Studio. I followed these two steps:

  • Download and install the MySQL for Visual Studio component without the MySQL installer here

    • Download and install the "Connector/NET" V6.9.10. "mysql-connector-net-6.9.10.msi" here

After that I started Visual Studio and the Design Surface showed up well, and I was directly able to Update my model from the Database :D

EDIT: I just saw that MySQL for visual studio wasn't installed properly. In fact, it rolls back up at the end of the installation, and I have no Mysql Database option on the "new Database connection" window :/ Does somebody know what this is about ?

EDIT SOLUTION Turns out that I had installed Visual Studio on an other disk than C: and mysql for visual studio Installer didn't like that. Now I see "MySql Database" in the list when adding a new connection.

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