gpt4 book ai didi

c# - 无法加载文件或程序集“DocumentFormat.OpenXml

转载 作者:可可西里 更新时间:2023-11-01 08:39:38 29 4
gpt4 key购买 nike

我一直收到这个错误是 VS2013

无法加载文件或程序集“DocumentFormat.OpenXml,Version=2.0.5022.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35”或其依赖项之一。

在我的web.config

    <?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<connectionStrings>
<add name="hjkom_med_web_udvConnectionString" connectionString="Data Source=M95;Initial Catalog=hjkom-med_web;Persist Security Info=True;User ID=HJkom-MED_web;Password=bvkeB7hh" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
**<add assembly="DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>**

</assemblies></compilation>
</system.web>
</configuration>

我试过插入 windowsbase 和很多其他东西。

我一直在寻找解决方案,有人知道如何解决吗?

最佳答案

我遇到这个问题是因为我在本地主机上运行的计算机上安装了新版本的 .dll,而我的服务器运行的是同一 .dll 的旧版本

我刚刚更新了它,之后一切正常。

在您的情况下,请安装此 microsoft link 中可用的 DocumentFormat.OpenXml 2.5 版

关于c# - 无法加载文件或程序集“DocumentFormat.OpenXml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25307323/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com