找到的程序集的清单定义与程序集不匹配

发布于 2024-08-19 14:24:39 字数 219 浏览 6 评论 0原文

当我尝试构建我的网络应用程序时,出现以下错误。相同的代码可以在我的另一台机器上运行,但不能在主开发中运行。我的bin文件夹里也有这个dll。并且错误描述无非就是下面给出的错误描述?有什么想法发生了什么吗?

无法加载文件或程序集“Microsoft.Office.Interop.PowerPoint12”或其依赖项之一。找到的程序集的清单定义与程序集引用不匹配。 (HRESULT 异常:0x80131040

Im getting the error below when i try to build my web app. the same code work on my other machine, but not in the main dev. i have the dll in the bin folder, too. and the error discription is nothing more than the one given below? any ideas whats going on ?

Could not load file or assembly 'Microsoft.Office.Interop.PowerPoint12' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月野兔 2024-08-26 14:24:39

听起来该计算机上未安装 Office (PowerPoint) COM 组件。

Sounds like the Office (PowerPoint) COM components are not installed on that machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文