当我尝试运行构建的可执行文件时,出现以下错误消息:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'xyz.dll' or one of its dependencies. The specified module could not be found.
我用过
dumpbin /dependents xyz.dll
并列出了许多.dll文件,所有这些文件都在system32中。有谁知道为什么xyz.dll即使在system32中也无法找到其依赖项?
更多信息:在VS 2015中编译