Click here to Skip to main content
15,887,821 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have implemented a Slverlight application and I want to pass a list from silverlight to WCF service method to insert in database but I am facing problem when list is having more than 71 items.

Probably, it's because of buffer size I am using: maxbuffersize=2147483647.(can this be increased?)

Can you please suggest any way to solve this problem?

Thanks
Posted
Updated 13-Sep-10 6:52am
v2
Comments
Sandeep Mewara 13-Sep-10 12:52pm    
Edited for sentence structure and text speak.

Hi Nidhi,

You can increase the buffer size in the config file and check the output.
Just for curiosity, how much data does your object hold? You can use virtualization by paging the contents too.
 
Share this answer
 
Yes. This buffer size can indeed be increased. See here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900