I’m developing a new MVC4 application in Visual Studio 2012.
Each time I run this (F5) it takes about 25s for all symbols to load.
Is it normal it takes this long each time?
(I have a recent/fast laptop)
I already removed some libraries I don’t need.
Choosing between build/release doesn’t make a difference.
A co-worker of mine has this very same issue. In his case at least, as unrelated as it may seem, it turned out to be his virus scanner. Obviously disabling the virus scanner is not an option, but he was able to add folder-level exclusions to his virus scanner and he did so with the folders that contained the solutions he was working with. From what I understand, this remedied the issues he was seeing.