c# - Named Pipe Quota problem -


I have a problem transmitting a file-size thing through WCF that uses designated pipe binding < / P>

  & lt; NetNamedPipeBinding & gt; & Lt; Compulsive name = "big message" Maxbuffarpool Size = "524288000" Maximumized Message Messaging = "655360000" Maxbufarism = "655360000" & gt; & Lt; ReaderQuotas maxStringContentLength = "655360000" maxArrayLength = "2000001" maxBytesPerRead = "2000001" max-name tableactor = "2000001" /> & Lt; / Binding & gt; & Lt; / NetNamedPipeBinding & gt;  

And this service definition is

  & lt; Service name = "BusinessService.TaskService" behaviorConfiguration = "BusinessService.TaskServiceBehavior" & gt; & Lt; Endpoint address = "behaviorconfiguration =" customEndPointBehavior "binding =" net nempip binary "binding configuration =" big message "contract =" business service contracts.s.its service "& gt; & Lt; Identity & gt; & Lt; Dns value = "localhost" /> & Lt; / Identification & gt; & Lt; / Endpoint & gt; & Lt; / Services & gt; As can be seen, I have set a great price for all quotas that I have found, and yet, I get the maximum message size quota " Incoming messages (65536) have been exceeded. To increase quota, use MaxReceivedMessageSize property on maximum binding element.  "Error in WCF trace files. 

I am fresh with ideas where to look for the next, can anyone else be run in the same or similar problem?

Client configuration (more or less) is the same, but the sham object will not work only, but WCF After configuring the server with the configuration editor, the configuration with the configuration editor opened, there was no change in it and saved, it started to work magically, so my guess is that I have some kind of tag mix in the file Are up.

Sorry to disturb you.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -