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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了未能加载文件或程序集Newtonsoft.Json, Version=4.5.0.0相关的知识,希望对你有一定的参考价值。

1.打开 程序管理器控制台  输入 PM> install-package newtonsoft.json 

2.查看bin文件中是否有 newtonsoft.json.dll文件

3.在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-6.0.0.0" newVersion="6.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

5.重新编译后运行

以上是关于未能加载文件或程序集Newtonsoft.Json, Version=4.5.0.0的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

未能加载文件或程序集“Newtonsoft.Json”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)

解决未能加载文件或程序集“Newtonsoft.Json ...."或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)(代码片段

无法加载文件或程序集“Newtonsoft.Json”或它的某一个依赖项