Hi,
SOS commands doesn't work at windbg, i am using it with .NET 4.0, i went through many experiments please find below
1 .load sos //nothing was shown
2 .cordll
CLR DLL status:No load attempts
3 .load clr <clr file directory> // .NET 4.0
4 .load sos <sos file directory>
5. .chain // i can see the sos and clr modules in the list
!threads // it shows--
Failed to find runtime DLL (clr.dll), 0x80004005
Extension commands need clr.dll in order to have something to do.
6 .chain
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr: image 4.0.30319.1, built Thu Mar 18 18:09:07 2010
[path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll]
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos: image 4.0.30319.1, API 1.0.0, built Thu Mar 18 18:28:14 2010
[path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\sos.dll]
dbghelp: image 6.3.9600.17200, API 6.3.6, built Fri Jun 06 19:27:08 2014
[path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\dbghelp.dll]
ext: image 6.3.9600.17237, API 1.0.0, built Thu Jul 17 00:17:35 2014
[path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\winext\ext.dll]
exts: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 17:02:48 2013
[path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\WINXP\exts.dll]
kext: image 6.3.9600.16384, API 1.0.0, built Thu Aug 22 17:04:26 2013
[path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\winext\kext.dll]
kdexts: image 6.3.9600.17029, API 1.0.0, built Thu Feb 20 14:46:37 2014
[path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\WINXP\kdexts.dll]
Although sos and clr are seen in the modules , I couldn't run any sos commands .
please help me to solve this issue.
Thanks in advnace