MySQL Visual Studio Cannot create a design window for the selected object

て烟熏妆下的殇ゞ 提交于 2020-01-29 03:44:25

问题


Why when I want to open design view of table in MySQL database It every time throws error

I can view data, edit data, manage data but can't edit table definition. I use Visual Studio 2015 Community, MarriaDB 10.1.9 and MySQL for Visual Studio 1.2.6.


回答1:


I was able to fix this problem by uninstalling Connector 6.9.9 and installing 6.9.8 - https://downloads.mysql.com/archives/c-net/




回答2:


You need to install the Dot Net Connector.

http://dev.mysql.com/downloads/connector/net/




回答3:


It's 2018 now, just thought I'd throw one out there. After several hours of trying random variations I got it to work using other people's answers.

I actually got the development download and it works but only with:

  • MySQL for Visual Studios 2.0.5
  • Connector/NET 6.9.8
  • Visual Studio 2017

Compatibility Reference:

https://dev.mysql.com/doc/visual-studio/en/visual-studio-install.html

Connector Archive (originally shared by Christopher Hustman):

https://downloads.mysql.com/archives/c-net/



来源:https://stackoverflow.com/questions/36092741/mysql-visual-studio-cannot-create-a-design-window-for-the-selected-object

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