zoukankan      html  css  js  c++  java
  • Failed to load data access DLL, 0x80004005

    新年第一篇, 首先祝大家2012身体健康, 工作顺利, 先来篇简单的.

    0:031> .load psscor2
    0:031> !clrstack
    CLRDLL: CLR DLL load disabled
    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 PSSCOR 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.
    0:031> .cordll -ve -u -l
    CLRDLL: Unable to find mscordacwks_AMD64_x86_2.0.50727.3053.dll by mscorwks search
    CLRDLL: Unable to find 'mscordacwks_AMD64_x86_2.0.50727.3053.dll' on the path
    CLRDLL: Unable to get version info for '\\symbols\files\symwh\MP\v16\Links\Visual_Studio\MISC\netfxsp\8EB9302B-9A56-4235-BB77-A567C9D12634\Sub\binaries\mscordacwks_AMD64_x86_2.0.50727.3053.dll', Win32 error 0n87
    CLRDLL: ERROR: Unable to load DLL mscordacwks_AMD64_x86_2.0.50727.3053.dll, Win32 error 0n87
    CLR DLL status: ERROR: Unable to load DLL mscordacwks_AMD64_x86_2.0.50727.3053.dll, Win32 error 0n87

    遇到上面的问题, 无法运行psscor2中的命令.

    解决方案, 正如我加粗的亮点一样.

    不要用x64的windbg打开, 改用x86的就OK了.

    简单吧? 呵呵.

  • 相关阅读:
    SqlServer 查看被锁的表和解除被锁的表
    Windows Server 2012 R2 或 2016 无法安装 .Net 3.5.1
    请求文件下载URL过长处理
    T4语法
    windows下 安装 rabbitMQ 及操作常用命令
    ubuntu系统启动qtceator时提示:Qt5.5.1/Tools/QtCreator/lib/qtcreator/plugins/libHelp.so: 无法加载库
    升级到VS2013常见问题
    Windowns 无法启动 Office Software Protection Platform 服务,系统找不到指定的文件
    SVN clean失败解决方法
    使用PostSharp在.NET平台上实现AOP
  • 原文地址:https://www.cnblogs.com/awpatp/p/2311020.html
Copyright © 2011-2022 走看看