以下内容阻止我使用 sos,求助
无法加载数据访问 DLL,0x80004005 验证 1) 您拥有最新版本的调试器(6.2.14 或更高版本) 2) 与您的 mscorwks.dll 版本匹配的文件 mscordacwks.dll 是 在版本目录下 3) 或者,如果您正在调试转储文件,请验证该文件 mscordacwks_.dll 位于您的符号路径上。 4) 您正在与转储文件相同的体系结构上进行调试。 例如,必须在 IA64 上调试 IA64 转储文件 机器。
Failed to load data access DLL, 0x80004005
Verify that 1) you have a recent build of the debugger (6.2.14 or newer)
2) the file mscordacwks.dll that matches your version of mscorwks.dll is
in the version directory
3) or, if you are debugging a dump file, verify that the file
mscordacwks_.dll is on your symbol path.
4) you are debugging on the same architecture as the dump file.
For example, an IA64 dump file must be debugged on an IA64
machine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
sos/psscor 使用名为 mscordacwks 的数据访问组件从 Windbg 访问 CLR 相关信息。
您可以从这里了解更多详细信息
CLR related information is accessed from windbg by sos/psscor using a data access component called mscordacwks.
You can learn more details from here
http://blogs.msdn.com/dougste/archive/2009/02/18/failed-to-load-data-access-dll-0x80004005-or-what-is-mscordacwks-dll.aspx