以下内容阻止我使用 sos,求助

发布于 2024-10-09 20:32:27 字数 334 浏览 7 评论 0原文

无法加载数据访问 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡淡の花香 2024-10-16 20:32:27

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文