windbg – 无法加载数据访问DLL,0x80004005
发布时间:2020-12-13 20:16:05 所属栏目:Windows 来源:网络整理
导读:0:025 !peFailed to load data access DLL,0x80004005Verify 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 d
0:025> !pe 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_<arch>_<arch>_<version>.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. You can also run the debugger command .cordll to control the debugger's load of mscordacwks.dll. .cordll -ve -u -l will do a verbose reload. If that succeeds,the SOS command should work on retry. If you are debugging a minidump,you need to make sure that your executable path is pointing to mscorwks.dll as well. 在corflags.exe / 32bit xxxx.exe运行在64位服务器2003之后,xxxx.exe通常会崩溃.我得到这个转储,在同一台机器上安装windbg(x86),但我不能使用SOS.我google了这个问题,但找不到工作答案.我用同一台机器,为什么windbg找不到需要什么?
问题是无法找到正确版本的mscordacwks.dll.该DLL作为运行时和SOS之间的抽象层,因此它必须对应于运行时版本.这里有一个很好的写作问题及其解决方案
http://blogs.msdn.com/dougste/archive/2009/02/18/failed-to-load-data-access-dll-0x80004005-or-what-is-mscordacwks-dll.aspx
确保按照关于重命名DLL的??建议非常仔细,因为如果你错了它不工作,错误信息不是非常有用的imo. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- windows-phone-7 – 在WP7中创建自定义应用程序主题时出现问
- windows – 具有内部存储的双节点故障转移群集
- Windows下的2017 最新版 MyEclipse启动出现:a java runtim
- Windows中的C是否有简单的Program Files / Program Files(x
- windows – 在WinRT XAML中的GridView项目组内垂直滚动
- event-log – 由于系统关闭,我如何记录Windows服务正在终止
- 使用PowerShell管理Windows 2003 Active Directory域?
- windows – 带有透明位图的GDI DrawImage()到打印机
- 列出Windows中磁盘上的最大文件
- Windows的Java应用程序服务器
推荐文章
站长推荐
热点阅读