天天看點

未能加載檔案或程式集"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

繼續閱讀