Hi,
When I try to extract ZIP (link is below) i get "Invalid checksum. The archive is damaged". But all my zipping programs extract files without any errors.
https://www.dropbox.com/s/ef4wm0bhw5k9ymo/For Entrust.zip?dl=0
[code lang='c#']using (var z = new Zip(@"For Entrust.zip")) {
var exeptions = z.TestAllFiles();//8 exceptions
z.ExtractAll(@"h:\8321182\");
}
[/code]
Thanks