Stimulsoft An exception of type 'System.OutOfMemoryException

Stimulsoft Reports.WEB discussion
Post Reply
marcus
Posts: 1
Joined: Fri Mar 03, 2017 12:58 pm

Stimulsoft An exception of type 'System.OutOfMemoryException

Post by marcus »

Someone could adjust me on this problem. When you go over a certain limit of items in the list, you get this error here.
I already put this code in web.config down, but the same continues the problem. Is there any solution to this. I thank you in advance.

more 2000 itens. report.DataSources[0].Count = 46897

ERROR: An exception of type 'System.OutOfMemoryException

Implement web.config not work
<Configuration>
<Runtime>
<GcAllowVeryLargeObjects enabled = "true" />
</ Runtime>
</ Configuration>
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Stimulsoft An exception of type 'System.OutOfMemoryExcep

Post by Alex K. »

Hello,

Please send us a simple project which reproduces the issue for analysis.

Thank you.
Post Reply