.NET Windbg with SOS.dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am trying to use Windbg with SOS.dll on VS 2003 by following the article "SOS:It's Not Just an ABBA Song Anymore" at http://msdn.microsoft.com/msdnmag/issues/03/06/Bugslaye

I tried the ".load sos" and the command extension of SOS comes up when typing "!help". I assumed that SOS was loaded; however when issuing the command "!Threads". I got the following response

"No valid SOS data table found"

How can I solve this problem.

Best regards
Mich
 
Hello Mich,

Thanks for your post. You may need SOS.wks.*.bin files which is contained
in the following download:

Debugging Tools Download
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=7C6E
C49C-A8F7-4323-B583-6A7A6AEB5E66

Please install it and check if it works. In addition, I believe this issue
is most appropriate for the following newsgroup:
microsoft.public.vsnet.debugging

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
What version of Windbg and sos.dll are you talking about? And especially
what version is getting loaded?
And what exactly do you mean with "Windbg with SOS.dll on VS 2003 "?
You can use windbg with sos.dll or the VS2003 debugger with sos.dll.

Willy.
 
Hi

I have already posted in vsnet.debugging.
Anyway after downloading and installign dbgnetfx.exe, the problem is still persist

Best regards
Mich
 
Windbg 6.2.0013.0 and SOS.dll 1.1.4322.573
I use .NET framework 1.1 on VS .NET 2003.

From the .chain command, it shows "sos: API 1.0.0, built Fri Feb 21 09:47:40 2003
 
Back
Top