I am noticing that it takes upwards of 1 min to load all of the symbols and libraries needed on the MVC + Angular app. (Downloaded in the past month, in terms of version)
Is that standard behavior?
5 Answer(s)
-
0
Hello,
I noticed the same behavior yesterday at night the debugger is not attached and throw an exception.
-
0
Hi all,
Which version of visual studio are you using? And also when did you download project? (@simedbn)
-
0
Hello,
Visual studio 2017.
From the download page on asp.net zero website !!
-
0
Hello,
I solve my problem by disable javascript debugging in visual studio :
<a class="postlink" href="https://stackoverflow.com/questions/42692472/visual-studio-2017-error-unable-to-start-program-an-operation-is-not-legal-in">https://stackoverflow.com/questions/426 ... t-legal-in</a>
-
0
Debugging performance improved after VS17 v15.5. If you upgrade VS17 latest version, build and debugging time will decrease.