Was tun mit "Die Version von SOS stimmt nicht mit der Version von CLR überein, die Sie debuggen" in WinDbg?

Ich habe ein problem mit meinen apps. Es ist ein wcf-basierte app läuft unter IIS6 in Windows Server 2003 (x86):
Im Ereignisprotokoll bekomme ich solch eine Fehlermeldung aus "W3SVC-WP" Quelle (EventID=2262):

ISAPI 'C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected'.

Ich versuche herauszufinden, was Los ist. Ich habe dump erstellen für Orphan Arbeitsprozess, wie beschrieben, in diesem KB.
Wenn ein deadlock aufgetreten ein minidump erstellt wurde.
Dann nehme ich diese minidump, zu versuchen zu verstehen, was passiert ist. Hier bin ich stecken.

Lauf ich WinDbg x86, öffne meine dump und dann:

0:037> .loadby sos clr
0:037> .sympath SRV*c:\temp\symbols*http://msdl.microsoft.com/download/symbols
Symbol search path is: SRV*c:\temp\symbols*http://msdl.microsoft.com/download/symbols
Expanded Symbol search path is: srv*c:\temp\symbols*http://msdl.microsoft.com/download/symbols
0:037> !clrstack
The version of SOS does not match the version of CLR you are debugging.  Please load the matching version of SOS for the version of CLR you are debugging.
CLR Version: 4.0.30319.1
SOS Version: 4.0.30319.235
CLRDLL: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscordacwks.dll:4.0.30319.235 f:8 doesn't match desired version 4.0.30319.01 f:8
CLRDLL: Loaded DLL c:\temp\symbols\mscordacwks_x86_x86_4.0.30319.01.dll\4BA1D9EF66f000\mscordacwks_x86_x86_4.0.30319.01.dll
OS Thread Id: 0x690 (37)
Unable to walk the managed stack. The current thread is likely not a managed thread.
You can run !threads to get a list of managed threads in the process

Was zu tun ist mit diesem Fehler - "Die version von SOS ist nicht mit der version der CLR, die Sie Debuggen" ?

Den gleichen Fehler ("Die version von SOS ist nicht mit der version der CLR, die Sie Debuggen") ich bin immer, wenn ich öffne die minidump in VS2010.

Ich diesen Beitrag gelesen haben - http://tech-thinker.com/Forums/tabid/62/forumid/12/postid/471/scope/posts/Default.aspxund habe versucht die Installation KB2518870. Es hilft nicht.

InformationsquelleAutor der Frage Shrike | 2011-09-15

Schreibe einen Kommentar