Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调试服务应用程序,当我运行安装项目时,安装项目时出现上述错误。如何确定 Visual Studio 中缺少哪个依赖项?
我没有构建错误。构建成功。
这不是缺少依赖消息。有两个原因:
正如 NicoRiff 所说,一个跨架构调用,32/64 位。在托管代码的调用序列(可能是自定义操作)中,有一个跨位调用。
NET 2.0 程序集已加载到 NET 4.0 运行时并且不会运行。这与这里的问题相同:
尝试安装 msi 时出现 BadImageFormatException