gpt4 book ai didi

asp.net - Reference.svcmap : Could not load file or assembly Microsoft. Practices.ServiceLocation,版本= 1.0.0.0

转载 作者:行者123 更新时间:2023-12-04 13:38:37 24 4
gpt4 key购买 nike

我有一个简单的Webforms网站项目。该项目使用通过NuGet添加的Microsoft应用程序块 Unity 3.5 (DI容器)。

现在,我正在使用此第三方Web服务。添加服务引用并构建后,我得到以下信息:

Error 19 Reference.svcmap: Could not load file or assembly 'Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) App_WebReferences/MyExternalService/



因此,我安装了Microsoft.Practices.ServiceLocation,但它仍在提示该程序集。

我尝试将其添加到我的web.config中,但仍然无法正常工作。
 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.Unity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.0.0" newVersion="1.0.0.0" />
</dependentAssembly>
</assemblyBinding>

卸载Unity软件包后,一切都很好。没有错误,我可以使用服务代理

尝试了“清洁构建”等,但是没有任何效果。

任何想法?

最佳答案

我安装了错误的软件包以获取对Microsoft.Practices.ServiceLocation的引用

错误的软件包:

正确的软件包是:

关于asp.net - Reference.svcmap : Could not load file or assembly Microsoft. Practices.ServiceLocation,版本= 1.0.0.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28789402/

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