我是 WinDbg 的新手,从 64 位 Windows 2008 服务器上的 WER ReportQueue 文件夹中获得了这个转储。我需要检查转储,并希望在我安装了 Windows 调试工具包的开发人员机器上进行检查。当我尝试加载 SOS 时,出现以下我从未见过的错误:
0:035> .loadby sos mscorwks
The call to LoadLibrary(C:\Windows\Microsoft.NET\Framework64\v2.0.50727\sos) failed, Win32 error 126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
我的机器运行的是 32 位 Windows 7,它显然没有 Framework64 文件夹。
我需要一些建议来指出我正确的方向。如果我想在 32 位机器上检查 64 位进程的转储,我需要做什么?是否有可能做到这一点?
提前非常感谢!