Print Page | Close Window

The size necessary to buffer the XML content exceeded the buffer quota.

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2538
Printed Date: 29-Jul-2026 at 4:58pm


Topic: The size necessary to buffer the XML content exceeded the buffer quota.
Posted By: ajhops
Subject: The size necessary to buffer the XML content exceeded the buffer quota.
Date Posted: 02-Mar-2011 at 9:27am
I am getting the following error with some regularity:

Message: Unhandled Error in Silverlight Application The size necessary to buffer the XML content exceeded the buffer quota.   at IdeaBlade.EntityModel.AsyncProcessor`1.<>c__DisplayClass2.<.ctor>b__0(TArgs args)
   at IdeaBlade.EntityModel.AsyncProcessor`1.Signal()
   at IdeaBlade.EntityModel.AsyncProcessor`1.<Execute>b__5(Object x)
Line: 1
Char: 1
Code: 0

I've seen some mention of the ServiceModel configuration section being able to increase buffer size, but can't find an example. Can someone guide me?

Thanks!
-Adam



Replies:
Posted By: DenisK
Date Posted: 02-Mar-2011 at 11:18am
Hi ajhops;

These 2 links should get you started.

http://community.microsoftadvertising.com/blogs/api/archive/2008/04/29/handling-large-arrays-in-api-v5-net.aspx? - http://community.microsoftadvertising.com/blogs/api/archive/2008/04/29/handling-large-arrays-in-api-v5-net.aspx?

http://msdn.microsoft.com/en-us/library/ms733742.aspx - http://msdn.microsoft.com/en-us/library/ms733742.aspx  - Scroll to the bottom.



Print Page | Close Window