blah blah blah is here! blah blah » Close

0
votes
1 answers

Error in web service, message size quota of 65536 has been exceeded

Rick_A
539

I am getting this error in my asp.net webservice on the web side (client): [b]The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropria ...

1
votes
0 answers

WCF library hosted by a Windows Service

My program consists of a Windows Forms app, a WCF Library and a Windows Service. The Windows Service is hosting the WCF Library. In Debug mode everything seems to be fine. The WCF Library is working (reading from the communication ports and ...

Feedback