Does Active Reports 11 to 14 migration address this out of memory error?

Posted by: mschmitz on 16 June 2020, 2:59 am EST

    • Post Options:
    • Link

    Posted 16 June 2020, 2:59 am EST - Updated 30 September 2022, 8:07 am EST

    Hello I have a page report that runs out of memory when grabbing data that spans about 5 days before giving an out of memory error but the report needs to grab data for an entire month. It’s a rather large report containing 67 columns where a month typically can contain 150k rows of data.

    I have seen release notes from previous releases addressing out of memory errors. My question is whether you know that one of the previous releases addresses this specific memory limitation?

    This is the error that appears after 57 pages are generated in the report (screenshot included):

    Exception details:

    GrapeCity.ActiveReports.ReportException: An unexpected error occurred. Additional information: ‘Exception of type ‘System.OutOfMemoryException’ was thrown.’ —> System.OutOfMemoryException: Exception of type ‘System.OutOfMemoryException’ was thrown.

    at GrapeCity.ActiveReports.Rendering.Components.TextBox.#Qm0()

    at GrapeCity.ActiveReports.Rendering.Components.TextBox.get_CanSort()

    at GrapeCity.ActiveReports.Layout.Utils.#YTz(ITextItem textBox, Boolean supportsInteractivity, Boolean supportsInteractiveSorting)

    at #sxA.#xhQ.#nNh(ITextContentRange range, String contentText, Single boundWidth, Single boundHeight, Single minHeight, DeviceCaps caps, ITextMetricsProvider rootProvider)

    at GrapeCity.ActiveReports.Layout.L2.TxtImpl.<>c__DisplayClassb7

    1.#pw0(Int32 vspace)    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass2a
    2.#tdW(Int32 space)

    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass30
    2.#vdW(Int32 space)    at GrapeCity.ActiveReports.Layout.GridImpl.<>c__DisplayClass3b
    1.#WfX(Int32 space)

    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass12
    2.#kdW(Int32 space)    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass2
    2.#fdW(Int32 space)

    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass2
    2.#fdW(Int32 space)    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass5d
    2.#35V(Int32 space)

    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass2
    2.#fdW(Int32 space)    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass2d
    2.#udW(Int32 size)

    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass2d
    2.#udW(Int32 size)    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass73
    1.#gnX(Int32 space)

    at GrapeCity.ActiveReports.Layout.L2.CanvasImpl.<>c__DisplayClass79
    2.#bw0(Int32 space)    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass30
    2.#vdW(Int32 space)

    at GrapeCity.ActiveReports.Layout.L.<>c__DisplayClass30
    2.#vdW(Int32 space)    at GrapeCity.ActiveReports.Layout.LayoutExtensions.#U.#Fw0.MoveNext()    at System.Linq.Enumerable.<SelectManyIterator>d__14
    2.MoveNext()

    at GrapeCity.ActiveReports.Extensions.EnumerableExtensions.d__13
    2.MoveNext()    at #sxA.#S2e.#WQA(ITargetDevice targetDevice, IEnumerable
    1 pages, LayoutNotificationCallback callback)

    at GrapeCity.ActiveReports.Layout.LayoutEngine.BuildLayout(LayoutInfo layoutInfo)

    at #GPr.#RLf.#NNf(IReport report, TargetDeviceCapabilities targetDevice, LayoutNotificationCallback callback)

    at GrapeCity.ActiveReports.Export.Image.Page.ImageRenderingExtension.Render(IReport report, StreamProvider streams, NameValueCollection settings)

    at GrapeCity.ActiveReports.Document.PageDocument.Render(IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings, Boolean forceDataRefresh, Boolean forceParameterDataRefresh)

    — End of inner exception stack trace —

    at GrapeCity.ActiveReports.Document.PageDocument.Render(IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings, Boolean forceDataRefresh, Boolean forceParameterDataRefresh)

    at GrapeCity.ActiveReports.Document.PageDocument.Render(IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings, Boolean forceDataRefresh)

    at GrapeCity.ActiveReports.Viewer.Win.Rdlx.RdlReport.<>c__DisplayClassf.#7yz()

    at GrapeCity.ActiveReports.Viewer.Win.AsyncLoader.<>c__DisplayClass7.#cAz(Object param0, DoWorkEventArgs param1)

    at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)

    at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

  • Posted 16 June 2020, 3:59 pm EST

    Hello,

    There are lots of memory-related issues has been fixed between the AR11 and AR14.1. However, I don’t confirm that your issue will be fixed in the AR14 without checking. So, you can check with the trial version of the AR14.1 and confirm if the memory issue is fixed or not. Also, you can also provide me the report with db so that I can check the specific issue at my end and share the result with you.

    Thanks,

    Mohit

  • Posted 17 June 2020, 10:23 am EST - Updated 30 September 2022, 8:07 am EST

    Hello it took some work getting it working right because of a breaking change where the oracle data provider was removed mentioned here https://www.grapecity.com/activereports/docs/v14/online/breaking-changes.html but using their sample report I was able to get it the report to run.

    It is an improvement as far as loading the report goes. In active reports 11, the report runs out of memory after loading about 44 pages of data. With active reports 14, I’m able to load 212 pages without an error. Although when I ran over a larger than normal set of data, I do hit the out of memory error when I reach around 350 pages but I think it’s okay.

    I do however hit a couple of errors when I try to export this report. I get an out of memory error when exporting as a pdf or rtf.

    and when I try to export to excel I get an error about a system.io.compression file missing



    The part that’s weird there is the version it’s saying that’s missing is an older version than the one that’s included with the AR14 distributables. I tried turning off compression on the excel export control, putting in the version of system.io.compression I have in the same directory and as a reference but none of that worked.

    I’m thinking that even if that error did not occur, I would have received an out of memory error like I did with the pdf and rtf export attempts though.

    Here’s the entire error text:

    System.IO.FileLoadException: Could not load file or assembly ‘System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’ or one of its dependencies. The located assembly’s manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

    File name: ‘System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’

    at GrapeCity.ActiveReports.Export.Excel.OpenXmlTransitionalPatcher.Patch(Stream stream, OpenXmlTransitionalPatchSettings settings)

    at w.Export(Workbook workbook, Stream outputStream)

    at GrapeCity.SpreadBuilder.Workbook.Save(Stream outputStream)

    at GrapeCity.ActiveReports.Export.Excel.Section.XlsExport.Export(SectionDocument document, Stream outputStream, String pageRange)

    at GrapeCity.ActiveReports.Export.Excel.Section.XlsExport.Export(PageDocument document, Stream stream, String pageRange)

    at GrapeCity.ActiveReports.Export.Excel.Section.XlsExport.Export(PageDocument document, String filePath, String pageRange)

    at GrapeCity.ActiveReports.Export.Excel.Section.XlsExport.Export(PageDocument document, String filePath)

    at ActiveReportsApp.Report_Viewer.CustomSave()

    at ActiveReportsApp.Report_Viewer.tsbSave_Click(Object sender, EventArgs e)

    at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

    at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

    at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

    at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

    at System.Windows.Forms.Control.WndProc(Message& m)

    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

    at System.Windows.Forms.ToolStrip.WndProc(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    WRN: Assembly binding logging is turned OFF.

    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

    Note: There is some performance penalty associated with assembly bind failure logging.

    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    ************** Loaded Assemblies **************

    mscorlib

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3620.0 built by: NET472REL1LAST_B

    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

    ActiveReportsApp

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/ACTIVEREPORTSAPP.EXE

    System.Windows.Forms

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3580.0 built by: NET472REL1LAST_C

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

    System

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3451.0 built by: NET472REL1LAST_C

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

    System.Drawing

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.2558.0 built by: NET471REL1

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

    GrapeCity.ActiveReports

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.DLL

    GrapeCity.ActiveReports.Core.Rendering

    Assembly Version: 1.7.0.0

    Win32 Version: 1.7.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Core.Rendering.DLL

    System.Configuration

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

    System.Core

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3620.0 built by: NET472REL1LAST_B

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

    Oracle.DataAccess

    Assembly Version: 4.122.1.0

    Win32 Version: 4.122.1.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/Oracle.DataAccess.DLL

    System.Data

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3580.0 built by: NET472REL1LAST_C

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

    System.Transactions

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3221.0 built by: NET472REL1LAST_C

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll

    System.Xml

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

    System.EnterpriseServices

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.2558.0 built by: NET471REL1

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

    System.Data.Entity

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.2558.0 built by: NET471REL1

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Entity/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Entity.dll

    GrapeCity.ActiveReports.Viewer.Win

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Viewer.Win.DLL

    GrapeCity.ActiveReports.Export.Pdf

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Export.Pdf.DLL

    GrapeCity.ActiveReports.Document

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Document.DLL

    GrapeCity.ActiveReports.Export.Excel

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Export.Excel.DLL

    GrapeCity.ActiveReports.Export.Html

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Export.Html.DLL

    GrapeCity.ActiveReports.Export.Image

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Export.Image.DLL

    GrapeCity.ActiveReports.Export.Word

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Export.Word.DLL

    GrapeCity.ActiveReports.Export.Xml

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Export.Xml.DLL

    GrapeCity.ActiveReports.Core.Drawing.Gdi

    Assembly Version: 1.7.0.0

    Win32 Version: 1.7.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Core.Drawing.Gdi.DLL

    Anonymously Hosted DynamicMethods Assembly

    Assembly Version: 0.0.0.0

    Win32 Version: 4.7.3620.0 built by: NET472REL1LAST_B

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll

    System.Web

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3535.0 built by: NET472REL1LAST

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll

    GrapeCity.ActiveReports.Core.Rdl

    Assembly Version: 1.7.0.0

    Win32 Version: 1.7.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Core.Rdl.DLL

    Gcef.Data.ExpressionInfo

    Assembly Version: 2.0.184.0

    Win32 Version: 2.0.184.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/Gcef.Data.ExpressionInfo.DLL

    System.Xml.Linq

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.2558.0 built by: NET471REL1

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll

    Gcef.Data.DataEngine

    Assembly Version: 2.0.184.0

    Win32 Version: 2.0.184.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/Gcef.Data.DataEngine.DLL

    Gcef.Data.VBFunctionLib

    Assembly Version: 2.0.184.0

    Win32 Version: 2.0.184.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/Gcef.Data.VBFunctionLib.DLL

    GrapeCity.ActiveReports.Core.DataProviders

    Assembly Version: 1.6.3.0

    Win32 Version: 1.6.3

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Core.DataProviders.DLL

    Oracle.ManagedDataAccess

    Assembly Version: 4.122.1.0

    Win32 Version: 4.122.1.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/Oracle.ManagedDataAccess.DLL

    GrapeCity.ActiveReports.Core.Drawing.Gc

    Assembly Version: 1.7.0.0

    Win32 Version: 1.7.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Core.Drawing.Gc.DLL

    GrapeCity.Documents.Common

    Assembly Version: 3.1.0.511

    Win32 Version: 3.1.0.511

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.Documents.Common.DLL

    GrapeCity.Documents.Common.Windows

    Assembly Version: 3.1.0.511

    Win32 Version: 3.1.0.511

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.Documents.Common.Windows.DLL

    OracleDataProvider

    Assembly Version: 1.0.0.0

    Win32 Version: 1.0.0.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/OracleDataProvider.DLL

    System.Numerics

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.2558.0 built by: NET471REL1

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll

    GrapeCity.Documents.Imaging

    Assembly Version: 3.1.0.511

    Win32 Version: 3.1.0.511

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.Documents.Imaging.DLL

    GrapeCity.ActiveReports.Export.Rdf

    Assembly Version: 14.1.19970.0

    Win32 Version: 14.1.19970.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Export.Rdf.DLL

    DocumentFormat.OpenXml

    Assembly Version: 2.8.1.0

    Win32 Version: 2.8.1.15

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/DocumentFormat.OpenXml.DLL

    GrapeCity.ActiveReports.Core.Export.Excel.Page

    Assembly Version: 1.7.0.0

    Win32 Version: 1.7.0

    CodeBase: file://NWNIFIPFS010/AUTOPROCESS/PHILADELPHIAT/PHILADELPHIA/REPORTS/ACTIVE_REPORTS14/GrapeCity.ActiveReports.Core.Export.Excel.Page.DLL

    WindowsBase

    Assembly Version: 4.0.0.0

    Win32 Version: 4.7.3620.0 built by: NET472REL1LAST_B

    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll

    ************** JIT Debugging **************

    To enable just-in-time (JIT) debugging, the .config file for this

    application or computer (machine.config) must have the

    jitDebugging value set in the system.windows.forms section.

    The application must also be compiled with debugging

    enabled.

    For example:

    When JIT debugging is enabled, any unhandled exception

    will be sent to the JIT debugger registered on the computer

    rather than be handled by this dialog box.

  • Posted 17 June 2020, 11:02 pm EST

    Hello,

    It is strange that you got the out of exception at 300 something pages as AR designed to show and export thousands of records without a problem. In my understanding, you have really complex structure in your report which causes this issue.

    Could you please try after running the application at 64 target platform instead of 32 bit.

    Regarding “System.IO.Compression”, could you please try binding redirect for “System.IO.Compression” in app.config file.

    Also, we really need the report and db to test the performance at our end.

    Thanks,

    Mohit

  • Posted 26 June 2020, 6:34 am EST

    Binding redirect and changing to the target platform of 64bit fixed the issues.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels