I'm trying to debug a problem that's occurring when sending large amounts of data over WCF. The error message from the System.ServiceModel.CommunicationException that's being thrown is:
"There was an error while trying to serialize parameter http://tempuri.org/:batch. The InnerException message was 'Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the object graph or increase the MaxItemsInObjectGraph quota. '. Please see InnerException for more details."
I've tried changing everything I could find in both the service web.config and the client app.config, but nothing is working for me. My relevant sections from web.config are:
The sections from the app.config are:
behaviorConfiguration="WSHttpBinding_ISyncEndpoint_Behaviour" />
This is causing me a big problem, so if anyone has an idea it would be much appreciated.
TIA,
Ciaran O'Neill
Tom JacksonPosted Aug 19, 2010, 12:01 PM
Thanks,
Tom
Sam HobbsPosted Aug 19, 2010, 11:33 AM
Tom JacksonPosted Aug 18, 2010, 3:25 PM
-Tom