Search code examples
c#mysqlvisual-studiorider.net-4.8

problem with adding mysql db in visual studio data sources


I'm using following program versions:

  • Visual Studio 2019 16.11.19
  • MySql 8.0.30
  • NET connector 8.0.30
  • MySQL for visual 1.2.10

When trying to add my database I get this error in VS

enter image description here

In Rider I can connect my database but then when I try to use DataGridView in .NET Framework (4.8) project - it doesn't show this database.

enter image description here


Solution

  • I found what was the issue, I had to install "Data storage and processing" in visual studio installer, now it works. :)