Visual Studio Professional 2013 Crashes When Opening Solutions/Files

后端 未结 10 1477
暗喜
暗喜 2020-12-17 14:58

I\'ve been trying to open some of the webpage/database solutions I made while working for my previous employer, to get a refresher on what they were, but for some reason Vis

相关标签:
10条回答
  • 2020-12-17 15:22

    Delete the caches in the corresponding paths:

    C:\Users\davidmurali\AppData\Local\Microsoft\VisualStudio\8.0\ComponentModelCache C:\Users\davidmurali\AppData\Local\Microsoft\VisualStudio\12.0\ComponentModelCache C:\Users\davidmurali\AppData\Local\Microsoft\VisualStudio\14.0\ComponentModelCache

    0 讨论(0)
  • 2020-12-17 15:23

    I had the same, but I managed to go to Help -> register and click "Sign out" before it crashed. After that it stopped crashing. I believe it was related to the fact that I changed my password and the license could not have been obtained or something like that...

    0 讨论(0)
  • 2020-12-17 15:25

    Try invoking Visual Studio from the command line.

    devenv.exe /log
    

    Then try to open your solution and then if it crashes, go look at the

    %APPDATA%\Microsoft\VisualStudio\<version>\ActivityLog.xml 
    

    file. it should have details on the crash. Also, the event logs may capture some high level events as well.

    0 讨论(0)
  • 2020-12-17 15:25

    .NET Reflector Extension was causing this issue for me - uninstalled and works a dream.

    0 讨论(0)
提交回复
热议问题