且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

每当我尝试调试错误CLR20r3时,Visual Studio 2012就会崩溃

更新时间:2022-10-30 08:50:34

不知道出了什么问题,但是要修复它,我不得不删除.sln文件和.csproj文件,然后再次从TFS中获取它们,以使其正常工作.不知道他们出了什么问题,但这是可行的.感谢您的帮助!

原来,该方法只能使用少量时间.似乎使它起作用(至少在最后一个小时内)的原因是,将IIS中的最大工作进程"的数目改回了1.

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

Not sure what was wrong but to fix it I had to delete the .sln files and the .csproj files and get them from TFS again for it to work. Don't know what was wrong with them but that worked. Thanks for your help guys!

Edit:

Above turned out to only work for a small amount of time. What seems to have made it work (for the last hour at least) was changing the number of Maximum Worker Processes in IIS back down to 1. Completely lost on why this worked :/