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

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

时间:2017-01-12 02:55:57      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:rect   重新编译   end   xmlns   assembly   控制   5.0   schema   conf   

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

标签:rect   重新编译   end   xmlns   assembly   控制   5.0   schema   conf   

原文地址:http://www.cnblogs.com/hvkcode/p/6274117.html

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