问题
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