I have a WCF Service which returns 1000 records from database to the client. I have an ASP.NET WCF client (I have added service reference in asp.net web application project
I solved my issue on Bing Maps WPF on my project Using CalculateRoute ().
The solution in my case was setting the maxReceivedMessageSize and maxReceivedMessageSize on attribute "httpTransport" for "customBinding" section .
I set in the applications.config file (es. myApp.config) this configuration: