gpt4 book ai didi

c# - SolrNET - 从 Nuget 拉取时无法加载文件或程序集 'HttpWebAdapters'

转载 作者:太空宇宙 更新时间:2023-11-03 11:42:19 24 4
gpt4 key购买 nike

我正在使用 Nuget 在我的 ASP.NET MVC 项目中获取最新版本的 SolrNET 和 StructureMap.SolrNetIntegration。

x.IncludeRegistry(new SolrNetRegistry(((SolrConfigurationSection)ConfigurationManager.GetSection("solr")).SolrServers));

当调用上面的代码行时,我收到以下错误:

Could not load file or assembly 'HttpWebAdapters, Version=0.3.0.0, Culture=neutral, PublicKeyToken=bc21753e8aa334cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

我正在同时升级到最新版本 (0.3.0) 以及第一次从 Nuget 中提取 solrnet - 以前相同的代码与直接从 SolrNET 站点下载的先前发行版一起使用。我在构建solrnetregistry时看到问题出现在structuremap.solrintegration项目中,但我不知道为什么

[FileLoadException: Could not load file or assembly 'HttpWebAdapters, Version=0.3.0.0, Culture=neutral, PublicKeyToken=bc21753e8aa334cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
StructureMap.SolrNetIntegration.SolrNetRegistry..ctor(SolrServers solrServers) in c:\prg\SolrNet\svn\StructureMap.SolrNetIntegration\SolrNetRegistry.cs:40
myproj.Core.BootStrapper.<ConfigureStructureMap>b__1(IInitializationExpression x) in C:\Users\jp\Documents\Visual Studio 2010\Projects\myproj\myproj.Core\BootStrapper.cs:66
StructureMap.ObjectFactory.Initialize(Action`1 action) +143
myproj.Core.BootStrapper.ConfigureStructureMap() in C:\Users\jp\Documents\Visual Studio 2010\Projects\myproj\myproj.Core\BootStrapper.cs:37
myproj.Core.MvcApplication.Application_Start() in C:\Users\jp\Documents\Visual Studio 2010\Projects\myproj\myproj.Core\Global.cs:131

有谁知道是否发生了变化或者我是否做错了什么?

谢谢

日本

最佳答案

SolrNet.StructureMap NuGet 包构建不正确。我已经修复它并向 NuGet 团队发送了拉取请求。编辑:已修复。

关于c# - SolrNET - 从 Nuget 拉取时无法加载文件或程序集 'HttpWebAdapters',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4423416/

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