I am using the last stable release of this version. It was working just fine until a few weeks ago. Now I am constantly getting the error "Cannot find central directory". The error is being thrown at the line :
zipFile = new ZipFile(fileStream);
Method : public bool Extract(Stream fileStream)
File : ZipWorker.cs
It used to read both excel 2010 and excel 2003. Now it reads neither. throws different errors, but with excel 2003 (xls files), it throws the error as above. with excel 2010 (xlsx) it doesnt even get this far.
I have enclosed the file that I am working with.
What could be the problem on this ?
Comments: ** Comment from web user: showkath **
zipFile = new ZipFile(fileStream);
Method : public bool Extract(Stream fileStream)
File : ZipWorker.cs
It used to read both excel 2010 and excel 2003. Now it reads neither. throws different errors, but with excel 2003 (xls files), it throws the error as above. with excel 2010 (xlsx) it doesnt even get this far.
I have enclosed the file that I am working with.
What could be the problem on this ?
Comments: ** Comment from web user: showkath **
Hi,
I am also facing same issue when try to read xls .ExcelReaderFactory.CreateOpenXmlReader(excelStream)
__Exception__ : Cannot find central directory.
Regards,
Showkath.