Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1590
Service Break when Huge record comes
posted

Hi,

I developing the report application. so i will be retrieving the huge records like 1 lac rows.
I am able to retrieve the large Dataset [70K rows] using customBinding with binaryMessageEncoding and binding it to XamGrid.
The Service is able to retrieve the large records with no issues.

I am using XamTiles in my application  so i can add 2 to 3 reports into the page. when i add 2 reports into page with Huge dataset no issues but wheni add 3 report into the xamtile
then my WCF service is not able to return the even the small dataset [contain 5 rows] to the Silverlight UI. My WCF service just breaks with following Exception "Remote server not found".

Could you please tell me what might be going wrong?

I have implmented the IDisposable in the service but i kept the Dispose method Empty. Could you please suggest me a solution.


Thank You
Anil Kumar