My project is using Newtonsoft.Json.dll. I have added the dll as a reference to my project and im using version 8.0.2
Everything works on my pc however when i transfer everything to a new pc along with Newtonsoft.Json.dll i get the error
Could not load file or assembly 'Newtonsoft.Json‚ Version=4.0.3.0‚ Culture=neutral‚ PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
Im not referencing that version anywhere and there is nothing in my app.config specifying this.