.net.aspx

 

 当用vs2017 运行vs2010写的项目的时候报如上错误

<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>

posted @ 2021-03-17 09:52  Lyndon_W  阅读(29)  评论(0)    收藏  举报