|
Browse by Tags
All Tags » ZipException ( RSS)
-
I've got a 4.66Gb zip64 file created with SharpZipLib, and I get a ZipException "Wrong local header signature @FFFFFFFF" when trying to extract it. WinRAR said the file tests OK, so I dug into the SharpZipLib source and found that ZipEntry.Offset is 0xFFFFFFFF (as are Size and CompressedSize). WriteCentralDirectoryHeader...
Posted to
Forum
by
Mark Lambert
on
05-15-2007
Filed under: #ZipLib, ZipException, Zip64
-
Hi, How can I add directories? Running the following code results in an exception: string root = <root_dir>; ZipFile zipFile = ZipFile.Create(filename); zipFile.BeginUpdate(); string[] files = Directory.GetFiles(root); foreach (string file in files) { FileAttributes attr = File.GetAttributes(file...
Posted to
Forum
by
puce
on
12-21-2006
Filed under: Using #ZipLib, #ZipLib, ZipException, Zip64, zip ziplib subfolder, sharpZipLib
-
At thist code: string tempFile = Path.GetTempFileName(); using (ZipInputStream input = new ZipInputStream(File.Open( @"c:\temp\2.zip" , FileMode.Open))) { using (ZipOutputStream output = new ZipOutputStream(File.Create(tempFile))) { ZipEntry entry = null ; while ((entry = input.GetNextEntry()) != null...
Posted to
Forum
by
Daimond
on
11-08-2006
Filed under: ZipException
-
Hi, I am hitting my head at the wall and pulling my hair trying to figure out why since the xap format is a .zip file, I can't extract any files from it using the SharpZipLib (which by the way is great!). I get a message saying the compression method is not supported (256), I have tried to look for...
Posted to
Forum
by
SilverlightDeveloper
on
08-10-2008
Filed under: Using #ZipLib, #ZipLib, Decompress ZIP VB.NET, ZipException, sharpZipLib, sharpziplib list files getnextentry cf, uncompress, deflate, ziped file, Wrong Local header signature, #ZipLib gzip
-
John, Yes, the files are valid zip files, i can able to extract from windows manually but not thro code, while doing am getting above error. I downloaded the source and set VERSION_MADE_BY to 16660; in ZipConstants.cs class and added (Version == 16660) in version ckecking in ZIpEntry class. Its working...
Posted to
Forum
by
Devaraja
on
08-11-2008
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, Zip, sharpziplib list files getnextentry cf, Store file inside directory in ZIP file, zip ICSharpCode.SharpZipLib SharpZipLib, zlib dwf extraction, FastZip, ICSharpZip, ZipFile, extract, ZipEntry, zlib, ziped file, How i can test true password zip file ?, SharpZipLib stream gzip httpresponse, zip read only zipentry, #ZipLib gzip, ZipInputStream Read
-
hi, I downloaded the source for the version 0.85.4.369 and changed the code in Zipentry.cs like below.. if (versionToExtract != 0) { //return versionToExtract; // original return versionToExtract & 0xff; // changed In the above code 16660 is converted into 20 and it works, means unzips properly before...
Posted to
Forum
by
Devaraja
on
08-21-2008
Filed under: ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, FastZip Append, version required, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip, ZipFile, ZipEntry, zlib, SharpZipLib stream gzip httpresponse, Urgent, #ZipLib gzip, ZipInputStream Read
-
- ICSharpCode.SharpZipLib.Zip.ZipException {"Version required to extract this entry not supported (51)"} ICSharpCode.SharpZipLib.Zip.ZipException Here is the Code Is there something I need to do to unzip this file that is password protected Try Dim ArchivFile As New ICSharpCode.SharpZipLib...
Posted to
Forum
by
wolfman
on
09-06-2008
Filed under: ZipException, Zip password protection, version required
-
Hello, I have the same problem with SharpZipLib component, it works ok on my localhost, but after uploading on the webhosting , I get That assembly does not allow partially trusted callers. Can anybody help, please? Thank you a lot, Iva
Posted to
Forum
by
haderkova
on
04-15-2007
Filed under: ZipException, sharpZipLib
Page 1 of 1 (8 items)
|
|
|