码迷,mamicode.com
首页 > Web开发 > 详细

未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral,解决

时间:2018-06-22 13:29:02      阅读:2103      评论:0      收藏:0      [点我收藏+]

标签:未能   技术分享   entity   mic   冲突   col   com   src   bsp   

 

技术分享图片

升级json.net版本时候报的错误

只需要解决.net和json版本冲突即可

技术分享图片

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

11.0对应的是dll版本号

技术分享图片

 

未能加载文件或程序集“Newtonsoft.Json, Version=4.5.0.0, Culture=neutral,解决

标签:未能   技术分享   entity   mic   冲突   col   com   src   bsp   

原文地址:https://www.cnblogs.com/CallmeYhz/p/9212505.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!