gpt4 book ai didi

c# - 无法加载文件或程序集 'System.Data.Linq,版本 = 4.0.0.0

转载 作者:行者123 更新时间:2023-12-04 13:03:36 25 4
gpt4 key购买 nike

错误是:

Could not load file or assembly 'System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.



我尝试了许多在 Google 搜索上找到的解决方案,甚至在这里都没有成功。

我试过:
<add assembly="System.Data.Linq, Version=3.5.0.0, 
Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

但是在页面上,我在这一行出现错误,因为 Linq 不工作:
string ns = string.Join(",", (from co in colorList select "?").ToList());
.dll服务器上存在:

enter image description here

我的 web.config 文件
<?xml version="1.0"?>
<configuration>
<system.web>
<customErrors mode="Off"/>
<compilation>
<assemblies>
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
</assemblies>
</compilation>
</system.web>
</configuration>

#编辑 01
enter image description here

#Edit 02
enter image description here

最佳答案

此错误可能是由于 DLL 版本不匹配造成的。尝试删除 bin 文件夹并重建应用程序。

关于c# - 无法加载文件或程序集 'System.Data.Linq,版本 = 4.0.0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45368107/

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