I'm using following program versions:
When trying to add my database I get this error in VS
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.
I found what was the issue, I had to install "Data storage and processing" in visual studio installer, now it works. :)