- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsI am using a sample project which is synching data through WCF Service and using Bidirectional Sync mentioned at the following url for a sample table of my own
http://msdn.microsoft.com/
I ran this for various test cases. I created 1000 rows on server and used Sync to transfer data to the client
I made changed in some of those data on the client and used the Sync to reflect those changes on the server
Then I added 200 new rows on client and used sync to send these rows back to the server
However when I added 300 new rows on client and used sync to send these rows back to the server i get the "TargetInvocationException
Microsoft.Synchronization.
following is the stack trace
at System.Reflection.RuntimeM
at System.Reflection.RuntimeM
at System.Reflection.MethodBa
at Microsoft.Synchronization.
at Microsoft.Synchronization.
at Microsoft.Synchronization.
at TestUI.Form1.button2_Click
at System.Windows.Forms.Contr
at System.Windows.Forms.Butto
at System.Windows.Forms.Butto
at System.Windows.Forms.Contr
at Microsoft.AGL.Forms.EVL.En
at System.Windows.Forms.Appli
at TestUI.Program.Main()
I found MaxReceivedMessageSize property to set up the upload limit
Now I have to figure out how to plug it in the following app.config. If any one has experience with this plz direct me
Thank you all for your time
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: CMXUserPosted on 2009-04-16 at 14:09:31ID: 24162634
i managed to add the following Binding settings to make it work
Thanks All
Select allOpen in new window