.NET framework tested against:
.NET framework 4.5.1.
Visual Studio tested against:
VS ultimate 2013.
Description:
I have created a WCF service that returns a Hashtable as output, when I have added the service reference within a class path library project I have obtained ArrayOfKeyValueOfanyTypeanyTypeKeyValueOfanyTypeanyType as a Hashtable output result.
My class path library project references two DLL's: DocumentFormat.OpenXml and Newtonsoft.Json when I have deleted these DLL's and I have updated again the WCF service as consequence the conflict is solved and I obtained a hashtable as output result
How to obtain a Hashtable as output result instead of ArrayOfKeyValueOfanyTypeanyTypeKeyValueOfanyTypeanyType?