Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum message size quota exceeded
Message
De
06/12/2011 21:22:55
 
 
À
06/12/2011 21:15:16
Information générale
Forum:
ASP.NET
Catégorie:
Windows Communication Foundation (WCF)
Divers
Thread ID:
01530479
Message ID:
01530495
Vues:
48
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform