SyntaxFix
Write A Post
Hire A Developer
Questions
I just had this error now in server only and the solution was to set a maxItemsInObjectGraph attribute in wcf web.config under <behavior> tag:
maxItemsInObjectGraph
<behavior>
<dataContractSerializer maxItemsInObjectGraph="2147483646"/>