本文是小编为大家收集整理的关于MySQL Visual Studio 无法为所选对象创建设计窗口的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。
问题描述
为什么当我想在MySQL数据库中打开表格的设计视图时,每次抛出错误
我可以查看数据,编辑数据,管理数据,但无法编辑表定义.我使用Visual Studio 2015 Community,Marriadb 10.1.9和MySQL用于Visual Studio 1.2.6.
推荐答案
我能够通过卸载连接器6.9.9并安装6.9.8- https://downloads.mysql.com/archives/c-net/
其他推荐答案
您需要安装点网连接器.
http://dev.mysql.com/downloads/downloads/connector/net/net/net/net/net/a >
其他推荐答案
现在是2018年,只是以为我会把一个扔在那里.经过几个小时的随机变化,我使用别人的答案使它开始工作.
我实际上得到了开发下载,但仅处理:
- MySQL用于Visual Studios 2.0.5
- 连接器/net 6.9.8
- Visual Studio 2017
兼容性参考:
https://dev.mysql.com/doc/visual-studio/en/visual-studio-install.html
连接器存档(最初由 Christopher Hustman ):
https://downloads.mysql.com/archives/archives/archives/cnarchives/cnarchives/c-net/一个>
问题描述
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.
推荐答案
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/
其他推荐答案
You need to install the Dot Net Connector.
http://dev.mysql.com/downloads/connector/net/
其他推荐答案
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