Code Map not working in VS2012
Asked Answered
G

2

1

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?

Goring answered 31/12, 2012 at 20:34 Comment(0)
G
2

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

Goring answered 31/12, 2012 at 23:20 Comment(0)
C
0

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

Camisole answered 10/12, 2013 at 0:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.