문제

I try to generate a Code Map for my solution but it blows up saying: Unable to connect to the specified database.

Specifically, it's trying to connect to (LocalDB)\v11.0

Why does it blow up and why does it need to connect to a DB?

도움이 되었습니까?

해결책

Somehow LocalDb was not installed - typically it gets installed with VS 2012. So I installed SQL Server Data Tools for VS2012, which also installed LocalDb

다른 팁

Visual Studio uses a code index database to help store and create the code maps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top