MySQL Visual Studio 无法为所选对象创建设计窗口[英] MySQL Visual Studio Cannot create a design window for the selected object

本文是小编为大家收集整理的关于MySQL Visual Studio 无法为所选对象创建设计窗口的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

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

Visual Studio MySQL error opening design view

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

Connector Archive (originally shared by Christopher Hustman):

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