Visual Studio 2012 crashes every time I try to deb

2020-06-02 05:20发布

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 tried to repair the install and completely reinstall it with no luck :(. The full Problem Signature is this:

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: devenv.exe
Problem Signature 02: 11.0.50727.1
Problem Signature 03: 5011ecaa
Problem Signature 04: Microsoft.IntelliTrace.Package.11.0.0
Problem Signature 05: 11.0.50727.1
Problem Signature 06: 5011dad8
Problem Signature 07: 311
Problem Signature 08: 1f1
Problem Signature 09: System.AccessViolationException
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Error Image

10条回答
Rolldiameter
2楼-- · 2020-06-02 06:00

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.

查看更多
Viruses.
3楼-- · 2020-06-02 06:09

This one worked for me. I ran the Installer again, selected Modify, and then un-selected Microsoft Web developer tools. I never used those tools, so I have no solution for people who does.

查看更多
再贱就再见
4楼-- · 2020-06-02 06:11

The issue is with web essentials, open VS 2012 Tools - Extensions and Updates - Uninstall web essentials

You can reinstall it if you want, seems to work fine

Thanks,

Sebastian

查看更多
Ridiculous、
5楼-- · 2020-06-02 06:11

Just delete all the *.map files and all should be fine.

查看更多
登录 后发表回答