6

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

Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
AlwaysAProgrammer
  • 2,927
  • 2
  • 31
  • 40

1 Answers1

11

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

Micah Zoltu
  • 6,764
  • 5
  • 44
  • 72