0:003> .loadby SOS mscorwks
The call to LoadLibrary(D:\utils\sscli20\binaries.x86chk.rotor\SOS) failed,
Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
I can run windbg on a .net 2.0 application fine outside of rotor. I notice
that there are a lot of .dll.manifest files in
D:\utils\sscli20\binaries.x86chk.rotor\ that specify the version of
Microsoft.VC80.DebugCRT. I don't see this assembly in the GAC or in the
rotor GAC.
Here's the the version and lm command from within windbg when debugging
clix. ( At this point in the debug session, I have broken into a managed
executable, built under rotor, that is waiting for console input.)
0:003> version
Windows XP Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: SingleUserTS
kernel32.dll version: 5.1.2600.2945 (xpsp_sp2_gdr.060704-2349)
Debug session time: Mon Jul 2 10:40:07.119 2007 (GMT-6)
System Uptime: 7 days 2:57:59.439
Process Uptime: 0 days 0:00:44.053
Kernel time: 0 days 0:00:00.120
User time: 0 days 0:00:03.134
Live user mode: <Local>
command line: '"d:\Program Files\Debugging Tools for Windows\windbg.exe"
clix test1.exe' Debugger Process 0x3F8
dbgeng: image 6.7.0005.0, built Thu Mar 29 12:08:54 2007
[path: d:\Program Files\Debugging Tools for Windows\dbgeng.dll]
dbghelp: image 6.7.0005.0, built Thu Mar 29 12:08:09 2007
[path: d:\Program Files\Debugging Tools for Windows\dbghelp.dll]
DIA version: 20119
Extension DLL search Path:
D:\utils\sscli20\binaries.x86chk.rotor;d:\Program Files\Debugging Tools
for Windows\WINXP;d:\Program Files\Debugging Tools for
Windows\winext;d:\Program Files\Debugging Tools for
Windows\winext\arcade;d:\Program Files\Debugging Tools for
Windows\pri;d:\Program Files\Debugging Tools for Windows;d:\Program
Files\Debugging Tools for
Windows\winext\arcade;D:\utils\sscli20\binaries.x86chk.rotor;D:\utils\sscli20\binaries.x86chk.rotor\sdk\bin;D:\utils\sscli20\binaries.x86chk.rotor\int_tools;D:\Program
Files\Microsoft Visual Studio 8\Common7\IDE;D:\Program Files\Microsoft Visual
Studio 8\VC\BIN;D:\Program Files\Microsoft Visual Studio
8\Common7\Tools;D:\Program Files\Microsoft Visual Studio
8\Common7\Tools\bin;D:\Program Files\Microsoft Visual Studio
8\VC\PlatformSDK\bin;D:\Program Files\Microsoft Visual Studio
8\SDK\v2.0\bin;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;D:\Program
Files\Microsoft Visual Studio
8\VC\VCPackages;C:\Perl\site\bin;C:\Perl\bin;D:\oracle\product\10.2.0\client_3\bin;D:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Microsoft SQL Server\90\Tools\binn\;C:\Program
Files\QuickTime\QTSystem\;d:\Program Files\Visual Studio 2005
SDK\2007.02\VisualStudioIntegration\Tools\Sandcastle\ProductionTools\
Extension DLL chain:
dbghelp: image 6.7.0005.0, API 6.0.6, built Thu Mar 29 12:08:09 2007
[path: d:\Program Files\Debugging Tools for Windows\dbghelp.dll]
ext: image 6.7.0005.0, API 1.0.0, built Thu Mar 29 12:08:03 2007
[path: d:\Program Files\Debugging Tools for Windows\winext\ext.dll]
exts: image 6.7.0005.0, API 1.0.0, built Thu Mar 29 12:07:47 2007
[path: d:\Program Files\Debugging Tools for Windows\WINXP\exts.dll]
uext: image 6.7.0005.0, API 1.0.0, built Thu Mar 29 12:07:50 2007
[path: d:\Program Files\Debugging Tools for Windows\winext\uext.dll]
ntsdexts: image 6.0.6001.16470, API 1.0.0, built Thu Mar 29 12:23:49 2007
[path: d:\Program Files\Debugging Tools for
Windows\WINXP\ntsdexts.dll]
0:003> lm
start end module name
00400000 00405000 clix (deferred)
0ffd0000 0fff8000 rsaenh (deferred)
10200000 10321000 MSVCR80D (deferred)
71aa0000 71aa8000 WS2HELP (deferred)
71ab0000 71ac7000 WS2_32 (deferred)
76390000 763ad000 IMM32 (deferred)
77c10000 77c68000 msvcrt (deferred)
77dd0000 77e6b000 ADVAPI32 (deferred)
77e70000 77f01000 RPCRT4 (deferred)
77f10000 77f57000 GDI32 (deferred)
79200000 796c0000 mscorwks (deferred)
79a00000 79a63000 mscorejt (deferred)
79e00000 79e08000 sscoree (deferred)
79e80000 79e9b000 rotor_pal (deferred)
79ec0000 79edf000 rotor_palrt (deferred)
7c800000 7c8f4000 kernel32 (deferred)
7c900000 7c9b0000 ntdll (pdb symbols) d:\Program
Files\Debugging Tools for
Windows\sym\ntdll.pdb\36515FB5D04345E491F672FA2E2878C02\ntdll.pdb
7e410000 7e4a0000 USER32 (deferred)
0:003> .loadby SOS mscorwks
The call to LoadLibrary(D:\utils\sscli20\binaries.x86chk.rotor\SOS) failed,
Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
Any idea why I can't load SOS?
Thanks