Incomplete list of entries in zip

When reading in the attached zip with the following simple code, the entries list only contains one entry when it should contain 3. Unzipping and zipping the zip again removes this problem, so ther...

Id #16188 | Release: None | Updated: May 3 at 9:12 AM by janba | Created: May 3 at 9:12 AM by janba

OverflowException when accessing zip file twice

Hello everybody, I started using DotNetZip in my application but I have problem when I want to use a zip file twice within my application. For example, first I read my zip file and display the con...

Id #16183 | Release: None | Updated: May 3 at 9:07 AM by janba | Created: Apr 29 at 7:48 AM by lolkuro

Size of extracted file does not match the uncompressed size recorded in the zip file

When the attached file, TestZipItBug.dat, is added to a zip file using ZipIt with all default options, the resulting entry in the zip file cannot be extracted with the Ionic.Zip.dll or with standar...

Id #16173 | Release: None | Updated: May 16 at 7:49 PM by johnbuuck | Created: Apr 23 at 1:15 PM by johnbuuck

CreationTime is incorrect

I am having trouble accessing the creation date of files in a zipped file. The file creation time is correct but the creation date is always equal to the current date. Other fields like ModifiedTi...

Id #16154 | Release: None | Updated: Apr 13 at 3:03 PM by MountainMan69 | Created: Apr 13 at 3:03 PM by MountainMan69

DotNetZip created zip does not open on double click[opens using 7 zip extract]

DotNetZip created zip does not open on double click[opens using 7 zip extract]. After downloading the zip, if we double click on zip, error pops up, Windows cannot open the folder The compressed(...

Id #16141 | Release: None | Updated: Apr 4 at 12:21 PM by vivekbh | Created: Apr 4 at 12:21 PM by vivekbh

Rename entry problem

In the Reduced v1.9.1.8 DotNetZip release there is an issue with renaming an entry. To reproduce Use another archiver program to create a ZIP archive that contains an entry with a full Windows pa...

Id #16130 | Release: None | Updated: Mar 28 at 10:35 PM by Virtlink | Created: Mar 28 at 10:35 PM by Virtlink

the final hash has not been computed

Recently I have run into a few zip files which were created using DotNetZip which I cannot unzip with DotNetZip but I can unzip with WinZip. In each case, the unzip stops with an error that reads:...

Id #16105 | Release: None | Updated: Fri at 1:43 PM by aaitken | Created: Mar 15 at 3:58 AM by apelkster

Name Clash of the Temp Files

Our applicaiton is creating hundreds of ZIP files on the fly using several worker threads to do this. Each worker thread has its own directory to work in, and each new ZIP file is created in this ...

Id #16103 | Release: None | Updated: Mar 14 at 2:37 PM by JeffOstrosser | Created: Mar 14 at 2:37 PM by JeffOstrosser

Allow install on Windows XP

The msi installer currently stops saying it can not be installed on Windows XP. The install should be allowed as long as a suitable version of .Net has been installed.

Id #16097 | Release: None | Updated: Mar 12 at 3:00 PM by AndyJW | Created: Mar 12 at 3:00 PM by AndyJW

BadReadException on byte[1179648]

http://stackoverflow.com/questions/15337186/dotnetzip-badreadexception-on-extract public class Program { public static void Main(string[] args) { var source = new FileInfo("foo.txt"...

Id #16092 | Release: None | Updated: Thu at 6:47 AM by rickardnilsson | Created: Mar 11 at 12:46 PM by kozhevnikov