All Questions
Tagged with servicebehavior datacontractserializer
3 questions
14
votes
5
answers
45k
views
WCF Error "Maximum number of items that can be serialized or deserialized in an object graph is '65536'"
I am receiving the following error on a WCF call:
Maximum number of items that can be serialized or deserialized in an
object graph is '65536'
I've read a ton of forum posts and many of them ...
2
votes
1
answer
7k
views
WCF method throws an exception of maximum items in an object graph is '65536'
I get an exception when there are too many objects returned:
The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://...
8
votes
1
answer
17k
views
WCF service dataContractSerializer maxItemsInObjectGraph in web.config
I am having issues specifying the dataContractSerializer maxItemsInObjectGraph in host's web.config.
<behaviors>
<serviceBehaviors>
<behavior name="beSetting">
<...