Bug #86094 Create Table in Visual Studio 2017 returns "Cannot create dein window for selec
Submitted: 26 Apr 2017 18:32 Modified: 5 Jun 2017 13:53
Reporter: Donald Baechtel Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:5.7.18.1 OS:Windows (10)
Assigned to: CPU Architecture:Any
Tags: .net, MySQL, VS2017, Windows Azure

[26 Apr 2017 18:32] Donald Baechtel
Description:
I installed MySQL OK.
I created empty MySQL database in Windows Azure OK.
I connected to MySQL db in Windows Azure using Visual Studio 2017. OK.
I tried to Create Table in MySQL db and got "Cannot create dein window for selected object" error message.
Why?
How do I Create Table in VS2017?

How to repeat:
Install MySQL.
Create empty MySQL database in Windows Azure.
Connect to MySQL db in windows Azure in VS2017 and test connection.
Try to Create Table in MySQL db using VS2017.

Suggested fix:
Create Table in VS2017 should function properly without error.
[26 Apr 2017 21:15] Donald Baechtel
Severity Level should be higher.

Showstopper.
Critical.
I will be forced to drop MySQL in my project and use Microsoft SQL Sever if it cannot be fixed soon.
[26 Apr 2017 21:18] Donald Baechtel
Got "Cannot create design window for selected object." error message.
[1 Jun 2017 11:03] Chiranjeevi Battula
Hello Donald,

Thank you for the bug report.
Could you please provide repeatable test case (exact steps/sample project, create tables statements/database etc. - please make it as private if you prefer) to confirm this issue at our end?

Thanks,
Chiranjeevi.
[1 Jun 2017 13:42] Donald Baechtel
Why did it take so long to respond?
This is not a way to support developers.
[5 Jun 2017 12:23] Chiranjeevi Battula
Hello Donald,

Thank you for the feedback.
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php
If you can provide more information, feel free to add it to this bug and change the status back to 'Open'.

Thank you for your interest in MySQL.

Thanks,
Chiranjeevi.
[5 Jun 2017 13:53] Donald Baechtel
Do the following:
1. install MySQL
2. create empty MySQL database using Windows Azure
3. connect to MySQL db in Windows Azure using Visual Studio 2017.
4. attempt to Create Table in MySQL db with VS 2017. and get "Cannot create dein window for selected object" error message.
[19 Jul 2018 9:37] Den A
This bug has been there since connector 6.9.9
https://stackoverflow.com/questions/36092741/mysql-visual-studio-cannot-create-a-design-wi...

Unbelievable it's still broken in 8.0.11

Same steps with local server on Win 7 x64:
In VS2017 Server Explorer right click on Data Connections, select Add Connection, MySql, enter credentials, select database, Save. Then expand tables, double click on any table - you got the error.
[28 Jul 2018 7:18] David Cloud
Yeah I'm having this problem too.

This really seems like something they would have noticed... you know... at some point in the last two years.