I called an WCF service and tried fetching data from database in windows 7. I got this error.
Error in deserializing body of reply message for operation 'GetProductXml'. The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 13, position 197.
I tried changing the MaxStringContentLength property to 2147483647 in web config of WCF service but i get the same above error....