“Visual Studio 2012 has stopped working” when solution is opened

前端 未结 15 1084

When I open Visual Studio everything is fine, but when I open any solution, it comes up with an error:

Visual Studio 2012 for Windows Desktop has stop

相关标签:
15条回答
  • 2020-12-16 17:31

    I have encountered this issue (Visual Studio 2012 for Windows Desktop has stopped working.) today after installing the github desktop version. Deleting the files from this location "(%AppData%..\Local\Microsoft\VisualStudio\11.0\ComponentModelCache)" didnt help. I reset all environment settings using visual studio. Go to Tools -> Import and Export settings and choose "Reset all settings" option to reset the environment settings. I see new settings file generated in the path "C:\Users[username]\Documents\Visual Studio [version]\Settings" and then i was able to open all the existing projects in my local machine.

    0 讨论(0)
  • 2020-12-16 17:31

    Deleting the OBJ folder is what resolved this for me.

    0 讨论(0)
  • 2020-12-16 17:32

    It is just two steps solution:

    1. Delete this folder: %AppData%..\Local\Microsoft\VisualStudio\11.0
    2. Run devenv/resetsettings from the folder where your visual studio is installed.
    0 讨论(0)
  • 2020-12-16 17:32

    I faced same problem after I upgraded from windows 8 to windows 8.1 . But I deleted the folder C:\Users\C S RAI\AppData\Local\Microsoft\VisualStudio\11.0\ and the problem is solved.

    0 讨论(0)
  • 2020-12-16 17:34

    Clean the solution Delete / rename all files in your solution created by VS, i.e. all .ncb, .suo, .user files Launch Visual Studio with all add-ins disabled: devenv.exe /SafeMode Reset All Settings: Tools -> Import / Export Settings -> Reset All Settings

    0 讨论(0)
  • 2020-12-16 17:35

    I came across this type of error last week working on VS2013, the solution for me is to start the Visual Studio installation and select 'Repair'.

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