Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximum message size quota exceeded
Message
From
06/12/2011 21:22:55
 
 
To
06/12/2011 21:15:16
General information
Forum:
ASP.NET
Category:
Windows Communication Foundation (WCF)
Miscellaneous
Thread ID:
01530479
Message ID:
01530495
Views:
53
Thanks. I'll look into this tomorrow.

>>I'm getting an error from a WCF service. It's running against a Winforms app. The message is, "The maximum message size quota for incoming messages (524288) has been exceeded". Everything I find on the web says to change that setting in the app.config and web.config, which I've done, but the changes did no good. The error was still thrown.
>
>I'm not sure which settings you've tried changing, but here's what I've used (I basically just set 'em all, whether they needed it or not! <g>):
>
>
>        <binding name="netTcpConfig" openTimeout="00:00:10" sendTimeout="00:00:10"
>          maxBufferPoolSize="4000000" maxReceivedMessageSize="4000000">
>          <readerQuotas maxDepth="4000000" maxStringContentLength="4000000"
>            maxArrayLength="4000000" maxBytesPerRead="4000000" maxNameTableCharCount="4000000" />
>        </binding>
>
>
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform