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.
This issue was fixed already (bug id 96468) and the fix has been released. If you update to the latest SR, it should work.