Hi,
I downloaded SharpZipLib dll to extract/unzip files from an linux archive .tar file. "GetNextEntry()" method always throws "Header checksum is invalid" exception on the second file in archive while the first file is always a success. I then tried building the dll from source code and debugging. It looks like SkipToNextEntry method doesn't skip properly. Does anyone notice the same problem? I can send my test archive file if needed.
Thanks a lot for your help!
Dong