Bug #93150 MySQL useable connection issue
Submitted: 10 Nov 2018 17:27 Modified: 4 Jan 2019 13:23
Reporter: Knuffel Beestje Email Updates:
Status: Verified Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:8.0.13 OS:Windows (Win 10)
Assigned to: CPU Architecture:x86 (64 bit)

[10 Nov 2018 17:27] Knuffel Beestje
Description:
With this issue you can't import tables to your Visual Studio project.
I need this to make a login system but It won't let me import the tables.

How to repeat:
Download MySQL for Visual Studio 1.2.8
And download Connector / NET 8.0.13

Open a new project in Visual Studio 2017

Open "Data Sources" -> Select "database" -> next -> Select "dataset" -> next ->
Add a new connection and say yes to the option below about the sensitive data -> next -> Save the connection with a string -> Select all the tables in your MySQL -> Finish -> An error should appear (https://gyazo.com/65c43e0b3cbccab51d3487e009e4195d) and if you continue it will give this "Could not retrieve schema information for table or view `" (https://gyazo.com/99e8a253daa1a597c62b0b854926031e)
[10 Nov 2018 17:31] Knuffel Beestje
https://gyazo.com/510fdb1d6e373224b13cb25b8122fb8b can also be a result of the not retrieving error.

If you still click next, it will import a table but without any it (https://gyazo.com/4bc0131a93ecb830d74bc02fb639410d)
[12 Nov 2018 7:11] MySQL Verification Team
Hello Knuffel,

Thank you for the report.
Observed this with VS 2017, C/NET 8.0.13 and MySQL for Visual Studio 1.2.8.

regards,
Umesh
[12 Nov 2018 20:02] Knuffel Beestje
Hello!
Glad it's a bug and not something to do with me ;)
I hope this is getting fixed.

Thanks for your response.
And good luck fixing it.

Best Regards
KnuffelBeestje
[4 Jan 2019 13:23] Knuffel Beestje
Still being worked on?