Error at Open: Index and count must refer to a location within the buffer

Hello,

I have an ASP.Net application using Aspose.Cells. My customer has an .xls file which causes an exception when it is opened:

Index and count must refer to a location within the buffer. Parameter name: bytes

The relevant code is fairly simple:

ASPOSE.Workbook oWB = new ASPOSE.Workbook ();
ASPOSE.Worksheet oWS = null;
try
{
//
// Attempt to open this workbook
//
oWB.Open (sFileName);

DLL version: 4.4.0.28

Any ideas?

Thanks.


Note: Just heard from the customer that they had problems opening the same .xls in Excel.

For now: on hold... if it crops up again I'll be back.