Hello - I've created a custom c# extension class, in SL 9.00.30, the references the Newtonsoft.Json.Dll library. The code compiles successfully in Visual Studio. However, I get the error below when executing my method from a form in Syteline. How do I resolve this?
Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
Thanks,
David