This is a migrated thread and some comments may be shown as answers.

System out of memory exception

2 Answers 184 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Seema Geevarghese
Top achievements
Rank 1
Seema Geevarghese asked on 10 Aug 2011, 04:47 PM
Hello, I am using telerik reporting version q3 2010 with VS 2010, I am getting an out of memory error with Telerik report with 3000  records, The stored procedure from backend takes approximately 2-3 sec to retrieve the data. Please help. It says type initializer for system.web.UI.htmltextwriter threw an exception,  I have one group and some calculated values at reporting footer. On detail section I have the data fields, no heavy calculation


I have about 17 reportparameters, and I get this error when trying to preview from the designer as well as from codebehind below. I f I limit the output  records to 10 it renders perfectly, we were using crystal reports for the same report w/o any issues but decided to migrate to telerik reporting.  

Please help.

 

 

Dim report1 As New ReportLibrary.test1

report1.ReportParameters(
"parameter1").Value = "NE"
.....................................
.........................................
report1.ReportParameters("parameter17").Value = "test2"

 

 

 

 

 

 

Me.ReportViewer1.Report = report1

 

 

 

 

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 11 Aug 2011, 02:23 PM
Hello Seema Geevarghese,

We have made quite a few performance and memory optimizations in the latest Q2 2011 release and highly recommend upgrading to it and see how it behaves. For more information on the changes made, check the Q2 what's new section.

Regards,
Steve
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Shravan
Top achievements
Rank 1
answered on 06 Sep 2011, 09:56 PM
I have 2011 Q2 ORM and still I get an error-"Out of Memory" just right here....
var returnedList = this._openAccessContext.GetAll<T>();

Any suggestions?
Tags
General Discussions
Asked by
Seema Geevarghese
Top achievements
Rank 1
Answers by
Steve
Telerik team
Shravan
Top achievements
Rank 1
Share this question
or