您的位置:首页 > Web前端 > JavaScript

未能加载文件或程序集“Newtonsoft.Json,Version=4.5.0.0 问题?

2015-08-18 17:32 633 查看
最后同事帮忙在配置文件里面添加了一些东西,好像是版本引用问题
<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  web api