Visual Studio 2012 crashes every time I try to debug with error CLR20r3

后端 未结 10 1645
Happy的楠姐
Happy的楠姐 2021-02-07 08:27

Every time I try to debug one of my apps I get the below error message. Anyone have any ideas? I tried running Visual Studio in safe mode but I get the same thing. I also tri

10条回答
  •  离开以前
    2021-02-07 08:48

    Since it had to do something with the debugging-environment of vs, I found a solution here:

    http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/0376db8f-4761-4ae5-9af2-98c53216318a#VS_IDE_unexpected_problems

    It says at a) to reset the local user settings for the IDE using the command "devenv /ResetSettings" (in command prompt - the devenv.exe is located in VS-Install-Path\Common7\IDE) to eliminate the related potential settings problem. All customizations to the VS settings get resetted - this worked for me - no uninstallation necessary.

提交回复
热议问题