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


 

 

這問題遇到好幾次了,重新更改了引用都不好使,有的時候版本改成一致就好了,但是有的地方你不知道在哪里用了就不好排查,所性在config里面加個配置讓程序運行的時候去處理得了~

很實用,放在configuration根節點下面就行了!

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

 

原文地址:http://www.fineui.com/bbs/forum.php?mod=viewthread&tid=6154


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM