Hello, I am using the Q3 reportviewer for Silverlight. Everything is working perfectly except when I run a search with over ~2000 results, then I get the generic error message (after the "Rendering Report" gif is shown for a few seconds):
An exception occurred during the operation, making the result invalid. Check InnerException for exception details.
The data being returned is all the same, I just created the same dummy row 10k times in SQL for testing, so the issue is not related to the actually data being returned since it's the same row over and over wether I do 10 rows or 10k rows. I am running in debug and stepped thru the code but I don't see where the exception is being thrown. I also don't see any errors in the output window. Please give me some tips on how to troubleshoot this. Thank You!
An exception occurred during the operation, making the result invalid. Check InnerException for exception details.
The data being returned is all the same, I just created the same dummy row 10k times in SQL for testing, so the issue is not related to the actually data being returned since it's the same row over and over wether I do 10 rows or 10k rows. I am running in debug and stepped thru the code but I don't see where the exception is being thrown. I also don't see any errors in the output window. Please give me some tips on how to troubleshoot this. Thank You!
*** ReportProcessor.Render STARTED ***
*** ReportProcessor.GetRenderer STARTED ***
*** ReportProcessor.GetRenderer DONE in 00:00:00.0000538 ***
*** ProcessReport #0 STARTED ***
'WebDev.WebServer40.EXE' (Managed (v4.0.30319)): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll'
The thread '<
No
Name>' (0x438) has exited with code 0 (0x0).
The thread '<
No
Name>' (0x8b8) has exited with code 0 (0x0).
The thread '<
No
Name>' (0xe98) has exited with code 0 (0x0).
Step into: Stepping over non-user code 'Telerik.Reporting.Report.OnNeedDataSource'
Step into: Stepping over non-user code 'Telerik.Reporting.Report.RaiseNeedDataSource'
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.Report.ProcessItem'
*** Report Processing STARTED ***
The thread '<
No
Name>' (0xc30) has exited with code 0 (0x0).
*** Report Processing DONE in 00:00:26.7407743 ***
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.ReportItemBase.Process'
*** Measure Report (Horizontal) STARTED ***
*** Measure Report (Horizontal) DONE in 00:00:00.7892036 ***
*** Measure Report (Vertical) STARTED ***
*** Measure Report (Vertical) DONE in 00:00:03.2704319 ***
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.ReportProcessor.ProcessReport'
*** ProcessReport #0 DONE in 00:01:06.8485122 ***
Step into: Stepping over non-user code 'Telerik.Reporting.Processing.ReportProcessor.RenderReport'
*** RenderReport #0 STARTED ***
*** RENDER PAGES STARTED ***
The thread '<
No
Name>' (0x2c4) has exited with code 0 (0x0).
The thread '<
No
Name>' (0xc78) has exited with code 0 (0x0).
The thread '<
No
Name>' (0xb58) has exited with code 0 (0x0).
The thread '<
No
Name>' (0xc40) has exited with code 0 (0x0).
The thread '<
No
Name>' (0x380) has exited with code 0 (0x0).
The thread '<
No
Name>' (0xfbc) has exited with code 0 (0x0).
*** RENDER PAGES DONE in 00:01:17.7396142 ***
*** RenderReport #0 DONE in 00:01:17.8194642 ***
*** ReportProcessor.Render DONE in 00:02:24.8822662 ***
Step into: Stepping over non-user code 'Telerik.Reporting.Service.RenderingProxy.RenderInternal'
Step into: Stepping over non-user code 'Telerik.Reporting.Service.RenderingProxy.ThreadFunc'
The thread '<
No
Name>' (0x404) has exited with code 0 (0x0).
The thread '<
No
Name>' (0xd8) has exited with code 0 (0x0).