This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I took a look at your WCF ATM Example and I've tried to implement it in my application. However I'm getting the following error: The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element. I will be sending lots of records over WCF and I'm curious to know, what is the best method to use? Is there a sample that can be created for this? Maybe it would be best to use Streamed data and if so, how with LightSpeed Entities? Thanks! |
|
|
You will want to update the message size limits to an appropriate value - generally its easiest to define this in the system.serviceModel configuration section.
|
|