My solution has two projects that reference the Newtonsoft.json.dll. I have confirmed that the package.config & app.config files contain reference to the 10.0.3 version. Still I am getting the following error,
An unhandled exception of type 'System.AggregateException' occurred in SNOnshapeImpCS.dll Additional information: Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.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)
I have tried searching similar questions on this forum but haven't been able to resolve this issue. I have already looked at this link: Assembly looking for wrong version of Newtonsoft.Json.dll
Any help would be welcome.