Why is Visual Studio constantly crashing?

前端 未结 11 830
后悔当初
后悔当初 2020-12-08 05:14

Visual Studio randomly crashes when adding/removing references and projects. Any thoughts why? Will installing Sp1 help?

EDIT: I do not work with any addons except S

11条回答
  •  轮回少年
    2020-12-08 05:22

    If .suo or .ncb file has become corrupted, that causes for visual studio crashing also. To solve this crashing you can use the following step as mentioned in the image.

    1. Go to the folder that contain visual studio execution file(devenv.exe).
    2. open the command prompt with the folder path mentioned in the step one and run the command devenv.exe /ResetSettings.
    3. If step two doesn't solve your problem then run the command devenv.exe /ResetUserData.

提交回复
热议问题