Base solution for your next web application
Open Closed

Visual Studio Slow Load Time When Debugging #4347


User avatar
0
OriAssurant created

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)
  • User Avatar
    0
    simedbn created

    Hello,

    I noticed the same behavior yesterday at night the debugger is not attached and throw an exception.

  • User Avatar
    0
    alirizaadiyahsi created

    Hi all,

    Which version of visual studio are you using? And also when did you download project? (@simedbn)

  • User Avatar
    0
    simedbn created

    Hello,

    Visual studio 2017.

    From the download page on asp.net zero website !!

  • User Avatar
    0
    simedbn created

    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>

  • User Avatar
    0
    alirizaadiyahsi created

    Debugging performance improved after VS17 v15.5. If you upgrade VS17 latest version, build and debugging time will decrease.