DLL conflict in .Net API
Posted: Mon Oct 08, 2012 4:33 am
I have a CMS installed which uses the .Net 3.5 Framework, and already has a dependency on Newtonsoft.Json.dll
The .Net 3.5 API from ScientiaMobile also has a dependency on Newtonsoft.Json.dll, but on a newer version. As I can't install both DLLs within the application, I tried setting the ScientiaMobile .Net API within a web service, but the API relies on the HttpContext object which can't be serialized, so that won't work.
I can't get the Cloud Service to work as it stands - is there a workaround?
The .Net 3.5 API from ScientiaMobile also has a dependency on Newtonsoft.Json.dll, but on a newer version. As I can't install both DLLs within the application, I tried setting the ScientiaMobile .Net API within a web service, but the API relies on the HttpContext object which can't be serialized, so that won't work.
I can't get the Cloud Service to work as it stands - is there a workaround?