LoadLibrary 失败 - 找不到指定的模块

LoadLibrary failed - The specified module could not be found

首先,我找到并阅读了这篇文章:

LoadLibrary project.dll failed. The specified module could not be found

我是运行宁:

    Windows 10 Enterprise
    Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz 2.49 GHz
    8.00 GB (7.69 GB usable)
    64-bit Operating System, x64-based processor

根据"ver":

    Microsoft Windows [Version 10.0.17134.167]

不幸的是,我无法让 "Dependency Walker" 应用程序打开 DLL,当我选择问题文件时,它只是进入 "Not responding" 状态并且无法恢复。

我正在注册一堆 DLL,除了一个之外一切正常,它构建时没有错误,但是当我尝试注册时我得到了这个:

编辑:"Dependency Walker" 确实 运行,只是长时间进入无响应状态,但最终会恢复。

如何解释结果以解决问题?

    API_MS-WIN-CORE-APIQUERY-L1-1-0.DLL
    Error opening file. The system cannot find the file specified(2).

报告了同样的错误:

    API_MS-WIN-CORE_APPCOMPAT-L1-1-0.DLL
    API_MS-WIN-CORE_APPCOMPAT-L1-1-1.DLL
    API_MS-WIN-CORE_APPINIT-L1-1-0.DLL
    API_MS-WIN-CORE_ATOMS-L1-1-0.DLL
    API_MS-WIN-CORE_COM-L1-1-0.DLL
    API_MS-WIN-CORE_COM-L1-1-2.DLL

还有更多 DLL

等"Dependency Walker"终于回来了,我发现系统中缺少一个引用的DLL。

我现在通过安装丢失的 DLL 解决了这个问题。