Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 201
Misaz Avatar asked Mar 18 '16 19:03

Misaz


2 Answers

You need to install the Dot Net Connector.

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

like image 137
TK-421 Avatar answered Sep 21 '22 13:09

TK-421


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/

like image 42
christopher_h Avatar answered Sep 20 '22 13:09

christopher_h