如何下载正确版本的 mscordacwks 和 mscorwks?
我正在尝试使用 Windbg 和 SOS 分析 IIS 内存转储,并遇到了上述文件版本的问题。我的问题是 - 有没有办法下载这些文件的不同版本?假设我无权访问服务器并且无法从服务器复制它们。我特别感兴趣的版本是 mscordacwks_x86_x86_2.0.50727.3603 和相应的 mscorwks dll。
I am trying to analyze an IIS memory dump usinf Windbg and SOS and ran into an issue with version of files mentioned above. My question is - is there a way I can download the different versions of these files? Assume that I have no access to the server and cannot copy them from the server. The versions I am specifically interested in is
mscordacwks_x86_x86_2.0.50727.3603 and the corresponding mscorwks dll.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对我来说,以下命令在 WinDbg 中下载正确版本的 mscordacwks:
使用 WinDbg 6.2.9200.16384 和 .NET 4.0.30319.296 / 4.0.30319.18034 的转储。不幸的是,我没有可用的 .NET 2 转储,其 .NET 版本与我的计算机上不同。
对于那些有权访问转储来源的 PC 的用户,您可以尝试 Mscordcwks 收集器。
For me, the following downloads the correct version of mscordacwks in WinDbg:
Using WinDbg 6.2.9200.16384 and a dump with .NET 4.0.30319.296 / 4.0.30319.18034. Unfortunately I don't have a .NET 2 dump available with different .NET version than on my machine.
For those who have access to the PC where the dump comes from, you can try Mscordcwks collector.