Fetching large amount of data from database i am getting this error#1
hi,
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....how to fix it.
in the same way i tried fetching 217KB size of xml file using wcf from windows 7 to windows 8....i got the error
"The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element "
same way i tried changing the Maxreceived Size property to 2147483647 in webconfig of wcf but again i got the same error..
Bookmarks