So when I open Visual Studio 17 Community and try to add a new connection to a database , I hit Refresh but it doesnt detect my SQL Server Express Database.
In SQL Server Configuration Manager 2017 I see that it is running; I can also connect to the database in SQL Server Management Tool 17.
What's the problem?
There could be multiple reasons for that. You can just type .\SQLEXPRESS
to connect (unless you changed the default instance name when you installed it).
To try to find out why it is not listed and fixed this, you must check:
For more information take a look at this article.