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 YouAnil Kumar
Hi Anil,
Just a reminder, as Alan asked, we need to look at the stack trace to help us theorize the cause of the issue. Please attach or post that here when you have the chance.
Thanks,
Anil,
What is the stack trace for the exception?
Hi Francis,
I know about this tool even i have used this tool. Service returns successfully. but when it reaches Silverlight it throws the exception.
Thanks
Anil
Thanks for the reply. I would like to know if the server is actulally responding to the requests, and if so, how long it takes to respond. To get this information, you can use a tool like Fiddler to look at the requests being made from the client machine.
Let me know if you have any questions with this matter.
1. How many records are displayed on the screen at one time?
The TileView have 4 Tiles. Each Tile holds one report. 2 reprot tiles is having 75,000 records and one is 30,000 and when i add the 4 the report [records might be 30,000] to TileView it throws "Memory Out of Exception error".
2. Are you using TemplateCOlumns or any kind of styling or conditional formatting?
No Template column But we are using Styling and conditional formatting.
3. Do you update the data at any time?
No.
4. Do you have any delayed loading of records?