I am retrieving data from a wcf web service and when data is more than 0.2 million records i get an exception which is as under:
System.ServiceModel.Communi
This statement solved my problem:
db.ContextConfiguration.ProxyCreationEnabled = false;