C#中未能加载文件或程序集“Newtonsoft.Json, Version=10.0.0.0, Culture=neutral

在Web.config中增加
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>,其中newVersion="9.0.0.0" 填写自己的版本

posted @   Deb  阅读(1381)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示