|
Browse by Tags
All Tags » sharpZipLib » csharp zip creation bug ( RSS)
-
We recently found an issue with the library when creating very large zip files. When the disk is out of space, a "System.IO.IOException: There is not enough space on the disk" exception is thrown. We have code in our finally block to call ZipOutputStream.Finish() followed by ZipOutputStream.Close() so...
Posted to
Forum
by
lataneal
on
07-16-2007
Filed under: #ZipLib, sharpZipLib, Zip, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib
-
Hi! this is my first post in this forum, I use SharpZipLib (vers 0.85) in my Pocket PC project. I create a simple method that I invoke on button click. This is the code: public static void zippa(string source, string dest) { try { string[] filenames = Directory.GetFiles(source); using (ICSharpCode.SharpZipLib...
Posted to
Forum
by
gas12
on
03-16-2007
Filed under: Using #ZipLib, #ZipLib, sharpZipLib, csharp zip creation bug
Page 1 of 1 (2 items)
|
|
|