.net - How can DebugDiag analyse a dump file without having matching debugging dlls -


I'm having an error while trying to analyze a dump file.

  0: 000> ! The version of threads SOS does not match the version of the CDL that you are debugging. Please load the matching version of SOS for the version of CLB of DOBID. CLR Version: 4.0.30319.1022 SOS Version: 4.0.30319.34011 Failed to load data access, DLL, 0x80004005 Verify that 1) you have recently created debugger (6.2.14 or newer) 2) file mscordacwks.dll The version of Clr.dll that matches your version is on the directory or symbol path 3) Or, if you are debugging a dump file, verify that the file mscordacwks_ & lt; Arch & gt; _ & Lt; Arch & gt; _ & Lt; Version & gt; Dll is on your icon path 4) Dump file is debugging you on supported cross-platform architecture. For example, an ARM dump file should be debuged on an X86 or ARM machine; An AMD64 dump file should be debuged on an AMD64 machine. You can also run the debugger command. To control Cordll's debugger load, mscordacwks.dll. .cordll -ve -u -l will reload a verbose. If that succeeds, then SOS order should work to retry. If you are debugging a minidump, then you need to make sure that your executable path is also pointing to clr.dll.  

I am using the correct version of WinDbg. I also know that the version of my SOS is on my machine, the dump file was captured in the machine on which it was. So I'm in the process of getting the right version to see if it will solve this issue. However my problem is that when I open this dump file by a debug diagram analyzer, it can read the dump file and give me the right result. I'm only curious about who debugs are capable of analyzing this dump file when there is no matching version of sos and mscordacwks on my machine?

Debugdiag can use psscor4 or something similar. Generally we do not need a matching version in the 4.x framework, I do not remember the version, but if you use the old weinbug then this thing works as a charm. Sojex and PSScore 4 help in this case also will do.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Algorithm negotiation fail SSH in Jenkins -

java - Messages from .properties file do not display UTF-8 characters -