Failed to start SOS.dll using VS 2010

I am trying to run SOS.dll from Visual Studio 2010 Ultimate . I get the following errors.

Error during command: IDebugClient asked for a non-implemented interface Error during command: exception c0000005 occurred at 1BC4EF9E

I also enabled unmanaged debugging for the project. Not sure what I am missing. I tried to run the sos.dll file with the 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 can load SOS.dll when used with VS 2008 . Any recommendations are really appreciated.

Thanks in advance.

Hi,

Yogendra

+6
source share

Source: https://habr.com/ru/post/913178/


All Articles