|
Browse by Tags
All Tags » csharp zip creation bug ( RSS)
-
Hello, My application is supposed to zip a temporary directory containing many subdirectories and files. Some of these files are being used (opened) by parts of my applications. It turns out, that these files are included in the zip archive, but with a file size of zero. Apparently the zipper cannot...
Posted to
Forum
by
Peter Wurmsdobler
on
07-23-2007
Filed under: #ZipLib, Zip, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib
-
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
-
Under some circumstances decompressing stream using Inflater class throws below exception: System.OverflowException was unhandled Message="Arithmetic operation resulted in an overflow." Source="ICSharpCode.SharpZipLib" StackTrace: at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.DecodeChksum() in...
Posted to
Forum
by
Ivan R.
on
07-03-2007
Filed under: #ZipLib, csharp zip creation bug
-
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
-
hi, there, I tried today the CSharpZip library to produce .ZIP archives of compressed files thing mostly work perfectly, however, I tried various compressionlevels (normally 0-9) and levels 1-4 generate an archive in which WinZip's TEST finds some CRC errors there are 400+ files of total 500+MB of .JPG...
Posted to
Forum
by
pgklada
on
03-05-2007
Filed under: csharp zip creation bug
-
I believe I have found a bug in TarOutputStream.cs/PutNextEntry. What happens is that if the full path length is greater then 100 characters then the last character of the file name is dropped when the file is displayed by winzip by double clicking on the zip file that was created. The command line arguments...
Posted to
Forum
by
tcjr2
on
05-20-2008
Filed under: 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 (8 items)
|
|
|