New Post: wp8 different output
Not solved yet as I was on Hollydays, I'll try again next week !
View ArticleNew Post: Server side zipping
Hi How do you want the files to appear in the .zip File? If you want all files to appear in the .zip file without directories, it can be easily done by passing String.Empty as the second parameter to...
View ArticleNew Post: How to add files in archieve without paths
Hello This can be done very easily by passing String.Empty, or "" as the second parameter to the Zip.AddFile method. This will place all the files in the root of the ,zip file (without any directory...
View ArticleCommented Issue: Is it possible to extract zipped files from DB to file...
Hi there guys, this is my first time here, and let me know if you see me doing anything wrong in the code snippets below. Any help would be greatly appreciated. I;'m really behind on this project so if...
View ArticleNew Post: wp8 different output
FYI I got it to work with SharpZipLib. I haven't tried DotNetZip.
View ArticleCommented Issue: Is it possible to extract zipped files from DB to file...
Hi there guys, this is my first time here, and let me know if you see me doing anything wrong in the code snippets below. Any help would be greatly appreciated. I;'m really behind on this project so if...
View ArticleNew Post: Zip from streams slow performance
I have an application in which I have to add a number of different data streams to a zip file. I noticed that when I use AddEntry to add a stream the library is creating a temporary file and then...
View ArticleNew Post: Set a timeout
I am zipping very huge MDF and LDF file which are together 17GB in size. In some of the client machines it is taking too long time to ZIP and timer we have set is 100 min and its is completing within...
View ArticleCreated Issue: BZip2OutputStream fails to work in Web API [16053]
When I try to implement BZip2 content encoding using BZip2OutputStream class and code from https://github.com/benfoster/Fabrik.Common/blob/master/src/Fabrik.Common.WebAPI/GZipCompressor.cs, then this...
View ArticleNew Post: Is this lib deprecated?
I'm begging to have the same concerns. Is DotNetZip deprecated?
View ArticleNew Comment on "Documentation"
Hi Cheeso, Please let me know is there any way to estimate the total time required before starting zipping and unzipping. I am struck with this very badly and client is pushing me for this
View ArticleCommented Issue: "File already exists" error when adding new file to a zip...
<p>from discussion http://dotnetzip.codeplex.com/Thread/View.aspx?ThreadId=200380</p><p> </p><p>Hi. Sorry it took so long to get the information about this...
View ArticleCommented Issue: Segment Count is limited to 99 [15777]
When using MaxOutputSegmentSize exception is thrown when more than 99 files are created. This happen because of ArgumentExceptions in ZipSegmentedStream. When removing the ArgumentException, DotNetZip...
View ArticleCreated Issue: BZip2InputStream.Read returns -1 instead of 0 [16069]
According to documentation on Stream class, the Read method should return 0 if the end of the stream has been reached, and there's no single mention of -1 possibility. But BZip2InputStream returns -1...
View ArticleCreated Issue: Unhandled Exception: file not found [16071]
I've been using DotNetZip for a month or so now and i like how it has worked but today my program started having a new issue that I'm clueless on.I will say the file that can not be found is in fact...
View ArticleCreated Issue: Attempting to add a dicrectory to a disposed zip ends up in a...
Using a powershell script, I was creating multiple zip files and forgot to new up my zip object. This resulted in a deadlock at ParallelDeflateOutputStream.EmitPendingBuffersI think the problem is...
View ArticleCommented Issue: Attempting to add a dicrectory to a disposed zip ends up in...
Using a powershell script, I was creating multiple zip files and forgot to new up my zip object. This resulted in a deadlock at ParallelDeflateOutputStream.EmitPendingBuffersI think the problem is...
View ArticleReviewed: v1.9.1.8 DotNetZip - Latest Stable (Feb 26, 2013)
Rated 5 Stars (out of 5) - Easy to use and works as expected.
View ArticleNew Post: 32-Bit vs 64-Bit Host Performance
I use the output stream to generate 1mb in-memory zip segments totaling about 50MB. On Win2K3 server (32 bit) it does it in about 3 seconds. On my workstation, Win7Pro 64-bit, it does it in about the...
View Article