I can not add the database on the developer's machine. I am running win 10, visual studio 2015. I re-installed SQL Server 2016 twice, the last time the firewall shut down, all of which gave green labels at the end.
While I can create databases in VS2015 SQL object Explorer. I cannot add an SQL (S) database to my projects through the solution analyzer.
Every time I try to add a database to the project, I get event 527 SQLLocalDB 12.0 Invalid version of the parent instance of LocalDB: MSSQL13E.LOCALDB
I tried Start> Run> cmd> sqlcmd -L and it shows my SQLserver
Also make sure that it uses the correct ports as ( Why am I getting "Can't connect to server - network error or specific instance"? )
I think that SQL is installed correctly, but something does not allow me to add databases (perhaps because some root database is missing or I'm not sure if it is not exported to SQL, but since the error says there are no seams in some DB
visual-studio-2015 sql-server-2016
user3800527
source share