gpt4 book ai didi

c# - 无法在 .NET 4 MVC 4 应用程序中加载文件或程序集系统,版本 = 2.0.5.0

转载 作者:IT王子 更新时间:2023-10-29 04:26:45 25 4
gpt4 key购买 nike

找了好久,没找到有用的。这是我遇到的异常:

Could not load file or assembly 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) 

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

Stack Trace:

[FileLoadException: Could not load file or assembly 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)]
StructureMap.Graph.PluginGraph..ctor() in c:\BuildAgent\work\996e173a8ceccdca\src\StructureMap\Graph\PluginGraph.cs:41
StructureMap.PluginGraphBuilder..ctor() in c:\BuildAgent\work\996e173a8ceccdca\src\StructureMap\PluginGraphBuilder.cs:22
StructureMap.InitializationExpression..ctor() in c:\BuildAgent\work\996e173a8ceccdca\src\StructureMap\InitializationExpression.cs:22
StructureMap.ObjectFactory.Initialize(Action`1 action) in c:\BuildAgent\work\996e173a8ceccdca\src\StructureMap\ObjectFactory.cs:47
...

此应用程序在测试服务器上运行良好,但在生产服务器上抛出此异常。如您所见,StructureMap 代码是导致异常的原因。

我必须将此应用程序从 4.5 转换为 .NET 4,因为生产服务器上未安装 4.5。转换后,该应用程序在我的本地计算机和测试服务器上仍然可以正常运行。

我已经将系统程序集的 Copy Local 设置为 True,但由于引用的版本是 4.0.0.0 而不是 2.0.5.0,所以我这样做没有任何区别。

如果需要更多信息,请告诉我。感谢您提供的任何帮助。

最佳答案

确保您的 .NET 框架已打补丁。Microsoft 发布了 .NET 补丁以允许可移植类库正确找到合适的运行时 (KB2468871)。如果您看到上述异常(或类似异常),则表示您缺少最新的 .NET 框架补丁。

关于c# - 无法在 .NET 4 MVC 4 应用程序中加载文件或程序集系统,版本 = 2.0.5.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23903657/

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