Hi,
I was getting the above error while working with large number of records using OrganizationServiceProxy in a console application.
Increasing the value for the timeout property resolved the issue.
// set the binding timeout to 20 minute (default is 2 minutes)
organizationProxy.Timeout = new
TimeSpan(0, 20, 0);
Bye.
Filed under: CRM, CRM 2011, Microsoft Dynamics CRM Tagged: CRM, CRM 2011, Microsoft Dynamics CRM

Like
Report
*This post is locked for comments