未能加载文件或程序集“Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed”或它的某一个
nuget中升级了newtonsoft后运行项目提示错误,

出现这个情况。在web.config中修改升级后的版本即可
assemblyIdentity中找到Newtonsoft把12修改成13再次运行就没问题了
nuget中升级了newtonsoft后运行项目提示错误,

出现这个情况。在web.config中修改升级后的版本即可
assemblyIdentity中找到Newtonsoft把12修改成13再次运行就没问题了