Can someone please explain the error below please and tell me what to do to fix it. It was working before but I am not sure what changed exactly and where for me to fix it. Your help will be much appreciated.
System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.0.4.0, Culture=neutral, PublicKeyToken='######' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'Newtonsoft.Json, Version=4.0.4.0, Culture=neutral, PublicKeyToken=######' ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=4.0.2.0, Culture=neutral, PublicKeyToken=######' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'Newtonsoft.Json, Version=4.0.2.0, Culture=neutral, PublicKeyToken=######' WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. at Twitterizer.Core.TwitterCommand`1.ExecuteCommand() at Twitterizer.TwitterStatus.Update(OAuthTokens tokens, String text) at
#