Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Outofmemoryexception when loading workbook
posted

I am trying to load a simple excel file and I get outofmemoryexception when trying to load the file. Excel file was created in Office 2007.

I get the error in this line:

io = New FileStream(f, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)
                WB = Workbook.Load(io, False)

I am using version: 11.1.20111.2009. Infragistics3.Documents.Excel.v11.1.dll

I am attaching the file. It is very small with about 5 lines in it.

test 4.zip
  • 44743
    posted

    This issue was fixed already (bug id 96468) and the fix has been released. If you update to the latest SR, it should work.