Created Unassigned: Bad signature (0x6F9E597E) at position 0x00AF8F62 [17733]
The error is coming at the moment when i make --> input.GetNextEntry() by Extracting from this ZIP https://www.dropbox.com/s/k8my8amsunxl6m7/Erste%20Schritte%20mit%20Dropbox.pdf?dl=0 Can anybody...
View ArticleCreated Unassigned: Hangs on zipfile.save method [17735]
I am trying to zip the folder which is having so many sub folder and files in it and the size of root folder is more than 250 MB. ZipFile zFile = new ZipFile();zFile.UseZip64WhenSaving =...
View ArticleCreated Unassigned: Support for Mac via Mono [17745]
I have been using DotNetZip on WIndows to unzip a password-protected zip file, and it works fine.I have now ported the app to Apple Mac, by using the Mono framework to be the shim between the .net code...
View ArticleNew Post: Not able to extract files in my zip folder!
When i download a zip folder and then want to extract the files in it, it doesn't work! I tested it sevreal times and it deffently works when i haven't downloaded it, do u guys kno why? Thanks
View ArticleNew Post: Password not working
Hi, Why does the following code not work? The file gets created OK but it can be opened without a password...Dim zf As New ZipFile zf.AddFile("c:\users\public\test.pdf", "") zf.Password = "whatever"...
View ArticleNew Post: Not able to save the zip file
Think you need to look at the .Save overrides. The way you have written your code will cause it to try to maintain the directory names also. .Save can have a second parameter which is the path within...
View ArticleCreated Unassigned: Compression per Entry [17757]
Are there any plans to allow compression per entry? System.IO.Compression.ZipArchive allows compression per entry. This can make the zip creation process much faster if the file types are known. For...
View ArticleReviewed: v1.9.1.8 DotNetZip - Latest Stable (Mar 21, 2017)
Rated 5 Stars (out of 5) - Excellent!
View ArticleNew Post: Create ZIP from stream
I have an .NET C# application which request some information from database and store records in a list structure. public Class Record { public string name { get; set; } public string surname { get;...
View ArticleNew Post: Error in create zip file
Hello to all, when I create a zip file from a folder with this code:int segmentsCreated = 5; using (ZipFile zip = new ZipFile()) { zip.UseUnicodeAsNecessary = true; // utf-8...
View ArticleCreated Unassigned: Can't delete split zipfiles after extraction [17763]
After unzipping a splitted zipfile, I can delete *.z01, *.z02, *.z03 etc.When I try to delete the *.zip, it doesn't work, because the file is still in use by the application.--- Code ---- Using oZip As...
View ArticleNew Comment on "Documentation"
https://dotnetzip.codeplex.com/downloads/get/258119 (Under the downloads page of this project, labeled DotNetZip-Documentation-v1.9.zip) - it's the same as refereence.doc linked page except it's in...
View ArticleNew Post: Zipfile.Save() method crashes when called from my script
Did you ever manage to get a solution to this? I've got a very similar problem, the save() method seems to be pulling a filename out of thin air. I've tried setting the filename when creating the...
View ArticleCommented Issue: name clash possible with temporary file during extraction...
Ok let me try to explain it better. Suppose I have a zip file which contains: helloworld.txt test.txt Now suppose I try to extract this zipfile into a directory, c:\Test . What happens is, for each...
View ArticlePatch Uploaded: #18779
dwstark has uploaded a patch.Description:Fix for 14097 against 1.9.1.8 release.
View ArticleCommented Issue: name clash possible with temporary file during extraction...
Ok let me try to explain it better. Suppose I have a zip file which contains: helloworld.txt test.txt Now suppose I try to extract this zipfile into a directory, c:\Test . What happens is, for each...
View ArticleNew Post: Ionic.Zip.ZipException C#
Hello, I have this code to decrypt and unzip my files but i get an error on my extractall that ionic zip is not supported by DotNetZip: PKWare AES256? Any solutions? foreach (var file in...
View ArticleCommented Issue: OverflowException when accessing zip file twice [16183]
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 content...
View ArticleNew Post: Start extracting from first part like winRAR
I think its about changing the dll but don't know what to change and its so hard for me. Please make it possible to set the first part as main.
View ArticleCreated Unassigned: Memory leak during ZipFile.Save() and ZipFile.Dispose()...
Team,I think there is an __Memory leak__ in the DLL as even after calling __Save()__ and __Dispose()__ on the __ZipFile__ object, the "___entries__" dictionary is still holding the values and due to...
View Article