I'm running Visual Studio 2015 Community with SQL Server 2017 Express.
When I try to view my database tables I get the following error:
Could not load file or assembly Microsoft.SqlServer Management.sdk.stc version=12.0.0.0
I have manually installed LocalDb and Management Objects to no avail and this is the only advice I've been able to source.
What I don't understand is why I am getting an error message about management objects when I have installed them.
Any ideas?