dotnetzip
Corrupted file while compressing stream using dotnetzip library
The file is created and the size seems to be ok, but when I double click it is says its format is wrong or the file is damaged.[详细]
2023-04-11 04:41 分类:问答Run self extracting exe after extraction C# - DotNetZip
I am trying to create a self extracting exe. Creating it is no problem. Where I am facing problems开发者_如何学运维 is[详细]
2023-04-09 02:18 分类:问答Creating virtual directory tree in zip file using dotnetzip
I am trying to create a zip file from code, I\'m using dotnetzip I want to create a directory tree in the folder that doesn\'t exist on disk. How do I do this?[详细]
2023-04-08 12:33 分类:问答Archiving each string using by looping through an array
I am currently making a piece of software that will allow the user to enter up to 6 directories, each directory is saved as a string (within an array) the loop is then meant to check through the array[详细]
2023-04-02 16:23 分类:问答DotNetZip chokes on a file
Would anybody have an explanation as to why DotNetZip would spin its wheels on a file? I have this file, which is copyrighted and non-distributable, that will not be zipped. I can take an earlier vers[详细]
2023-03-31 14:37 分类:问答DotNetZip Library: creating split Archive - System.UnauthorizedAccessException
Wehen i set the zip.MaxOutputSegmentSize high enough so there would be only one zip file it works. As soon as i limit the MaxOutputSegmentSize i get this error after one of the split files reaches its[详细]
2023-03-30 09:36 分类:问答Cannot access a closed file in ASP.Net (saving files in zip file)
I got this error \"Cannot access a closed file\" when I save more than one file in zip. This is the code. Error at zip.Save(NewZipPath);[详细]
2023-03-29 18:13 分类:问答DotNetZip - rename file entry in zip file while compressing
Using DotNetZip, is it possible to com开发者_如何学JAVApress a file such that the zip lists a different file name for a file than the file name on disk?For example, I want to add myFile.txt to a zip f[详细]
2023-03-14 08:12 分类:问答Playing an MP4 in a zip file through a network location
I\'m building a video system, and have came across a problem of accessing a video held in a remote location.Now predicament is that I don\'t want to mess around with the zip file by extracting the dat[详细]
2023-03-11 06:03 分类:问答Split zip file using DotNetZip Library
I\'m using DotNetZip Library to create a zip file with about 100MB.I\'m saving the zip file directly to the Response.OutputStream[详细]
2023-03-11 05:51 分类:问答