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

Newtonsoft.Json 版本不一致导致错误

时间:2017-05-29 17:26:46      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:com   time   direct   其他   rect   runtime   bin   bind   nbsp   

可以在配置文件添加这部分,其他版本的不一致,也可使用这种方式解决.

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

 

Newtonsoft.Json 版本不一致导致错误

标签:com   time   direct   其他   rect   runtime   bin   bind   nbsp   

原文地址:http://www.cnblogs.com/CoreXin/p/6918230.html

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