Stimulsoft An exception of type 'System.OutOfMemoryException
Posted: Fri Mar 03, 2017 1:07 pm
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>
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>