编程语言
首页 > 编程语言> > 版本不兼容问题(未找到程序集)

版本不兼容问题(未找到程序集)

作者:互联网

 

 

--找到工程下的Web.config文件,放在</configuration>这个包起来,进行强转

 

 

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>

 

 

 

标签:强转,Web,兼容问题,--,未找到,版本,config
来源: https://www.cnblogs.com/yyldh/p/15638352.html