Visual Studio 2015 crashes

后端 未结 10 1481
-上瘾入骨i
-上瘾入骨i 2020-12-07 21:46

Visual studio that won\'t be repaired...
Everytime I want to compile an app on vs 2015 - it crashes. Even if I want to compile the main function or writ

10条回答
  •  误落风尘
    2020-12-07 22:19

    I was facing the same issue for team explorer. First of all close all instances of visual studio and then try:

    devenv /resetuserdata
    

    Run above command at the command prompt; typically something similar to "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE"

提交回复
热议问题