无法加载文件或程序集' Newtonsoft.Json错误

时间:2017-11-03 01:22:53

标签: asp.net asp.net-mvc asp.net-mvc-4 assemblybinding

我收到此错误

  

无法加载文件或程序集' Newtonsoft.Json,Version = 3.5.0.0,Culture = neutral,PublicKeyToken = 30ad4fe6b2a6aeed'或其中一个依赖项。定位的程序集的清单定义与程序集引用不匹配。 (HRESULT异常:0x80131040)

我在bin文件夹中有这个版本

enter image description here

这是我的绑定信息

<runtime>
<assemblyBinding>
  <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"
        culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="10.0.0.0" />
  </dependentAssembly>
</assemblyBinding>
</runtime>

缺少什么?

0 个答案:

没有答案