Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi!
My binding is WSHttpBinding when I'm sending data in a byte[] through a windows application to my WCF service. I keep getting the following error:
"max array lengh limit exceeds of xmldictionaryreaderQuotas"


Thanks for your time!
Posted
Updated 11-Oct-11 5:14am
v3

1 solution

Sounds like you have to set the readerQuotas to a higher value in your binding section of your WCF's configuration file. The issue was handled in this thread on Stackoverflow: http://stackoverflow.com/questions/464707/maximum-array-length-quota[^]. Please do yourself a favor and read the whole thread. Thank you!

Regards,

—MRB
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Oct-11 11:24am    
Good reply, useful thread, a 5.
--SA
Manfred Rudolf Bihy 12-Oct-11 6:31am    
Thanks SA!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900