Hi All,
I am trying to open a .doc file. Older doctype from Microsoft office.
I am using ICSharpCode.SharpZipLib.Zip;
Code is working for some doc type but in some cases it throw error at below line:
ZipFile zipFile = new ZipFile(this.docxFile);
Error message:
Cannot find central directory