Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to launch SOS.dll using VS 2010

I am trying to launch the SOS.dll from Visual Studio 2010 Ultimate. I get the below errors.

Error during command: IDebugClient asked for unimplemented interface Error during command: Exception c0000005 occurred at 1BC4EF9E

I have also enabled the unmanaged debugging for the project. Not sure what I am missing. I tried to launch the sos.dll using following commands

.load sos
.load sos.dll
.load C:\Windows\Microsoft.NET\Framework\v4.0.30319\sos.dll

Not sure what I am missing.

I am able to load SOS.dll when used with VS 2008. Any advise is really appreciated.

Thanks in advance.

Regards,

Yogendra

like image 797
AlwaysAProgrammer Avatar asked Apr 14 '12 03:04

AlwaysAProgrammer


1 Answers

SOS.dll does not work in VS2010 if you have upgraded your CLR to .NET 4.5.

http://connect.microsoft.com/VisualStudio/feedback/details/742882/after-installing-visual-studio-11-beta-load-sos-fails-in-visual-studio-2010

like image 153
Micah Zoltu Avatar answered Sep 22 '22 12:09

Micah Zoltu