|
Browse by Tags
All Tags » SharpZipLib » #ZipLib » 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
-
Im trying to use ICSharpCode.SharpZi pLib.Zip to compress a file that is 12 Gb in size. I used the following console application to compress initially. using System; using System.IO; using ICSharpCode.SharpZipLib.Zip; class MainClass { public static void Main(string[ args) { string[ aFilenames = Directory...
Posted to
Forum
by
cindy
on
09-16-2008
Filed under: Using #ZipLib, #ZipLib, sharpZipLib, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip, size, Java
-
Hi, all. sorry for my poor english, below. i) on Windows XP sp2(jpn), VS2005, .NetFramework 2.0, and ICSharpCode.SharpZipLib.dll for .Net2.0 v0.85.5.452 ii) get sample from http://www.icsharpcode.net/OpenSource/SharpZipLib/DownloadLatestVersion.asp?what=SourceSamples iii) use sample:SharpZipLib_0855_SourceSamples...
Posted to
Forum
by
HagiMoon
on
09-18-2008
Filed under: #ZipLib, sharpZipLib, csharp zip creation bug, size
Page 1 of 1 (4 items)
|
|
|