我使用RestSharp(這是真棒)一個GET請求Yammer.com的REST API,並收到此錯誤:RestSharp - 無法加載文件或程序集「Newtonsoft.Json,版本= 4.0.3.0
Could not load file or assembly 'Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
從調試中,我可以看到我得到了Yammer.com消息的良好響應,我試圖獲取,並且代碼在反序列化中拋出異常。
- 這個問題與我寫代碼中的反序列化錯誤或者與組件兼容性有關的實際問題?
- 我該如何解決?
我覺得有是的NuGet處理參考錯groups.google.com/group/restsharp基本上關於這個的討論,還是我,或者json.net是。我對這一點有點難以理解。簡短的答案是可以使用程序集重定向的解決方法。 – 2011-12-16 18:21:04
謝謝John,很高興知道。 – 2011-12-20 20:24:34