You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated Newtonsoft.Json assembly with 12.0.0.0 with TweetSharp 6.0.2.0. I have other projects which are dependent on latest Newtonsoft.Json12.0.0.0 version.
I am getting following error with Tweeter API.
Could not load file or assembly 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
Tried by changing app.config by adding bindingRedirect oldVersion="0.0.0.0-11.0.0.0" to Newtonsoft.Json but not working.
also tried by creating TweetSharp.dll.config with oldVersion setting but not working.
Any suggestion, How can I fix this issue?
Thanks in advance,
-Mak
The text was updated successfully, but these errors were encountered:
I recently updated Newtonsoft.Json assembly with 12.0.0.0 with TweetSharp 6.0.2.0. I have other projects which are dependent on latest Newtonsoft.Json12.0.0.0 version.
I am getting following error with Tweeter API.
Could not load file or assembly 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
Tried by changing app.config by adding bindingRedirect oldVersion="0.0.0.0-11.0.0.0" to Newtonsoft.Json but not working.
also tried by creating TweetSharp.dll.config with oldVersion setting but not working.
Any suggestion, How can I fix this issue?
Thanks in advance,
-Mak
The text was updated successfully, but these errors were encountered: