SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » ICSharpZip » ZipInputStream » zip ICSharpCode.SharpZipLib SharpZipLib (RSS)
  • Problem extracting files with windows extractor

    I am using the following code to create a zip file and I have installed the ICSharpCode.SharpZipLib.dll When trying to extract the files using windows extracter, I get a blocking error that says to bring up the properties of the zip folder and click on unblock. When this is done, the folder still won...
    Posted to Forum by ballboy on 09-22-2007
    Filed under: File extraction, ZipInputStream, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
  • Library cannot extract this entry. Version required is (16660)

    Hi, I am getting above error while trying to unzip the files using SharpZipLib dll. it works for some zipfiles and for some zipfiles its throwing the above error. i am using the latest dll version 0.85.4.369, still getting the above error. using ( ZipInputStream s = new ZipInputStream ( File .OpenRead...
    Posted to Forum by Devaraja on 08-07-2008
    Filed under: Using #ZipLib, File extraction, #ZipLib feature request, ZipInputStream, #ZipLib, Zip64, Zip files for download, Zip, Zip password protection, zip ICSharpCode.SharpZipLib SharpZipLib, FastZip, ICSharpZip, ZipEntry, How i can test true password zip file ?, PDF spec 1.7 /FLATEDECODE SharpZipLib, #ZipLib gzip, ZipInputStream Read
  • Re: Library cannot extract this entry. Version required is (16660)

    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
  • Re: Library cannot extract this entry. Version required is (16660)

    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
  • Wrong Local header signature when uncompressing byte array from Xceed

    I'm trying to use CSharpZipLib (version 0.85.5.452) to decompress a byte array compressed by Xceed (which I have no control over). The result is the error message System.ApplicationException ---> ICSharpCode.SharpZipLib.Zip.ZipException: Wrong Local header signature: 0x72EB5DED at ICSharpCode...
    Posted to Forum by DanielB on 11-10-2008
    Filed under: ZipInputStream, Decompress ZIP VB.NET, sharpZipLib, Zip, New Need Help, zip ICSharpCode.SharpZipLib SharpZipLib, uncompress, ICSharpZip, ZipFile, ZipEntry, Wrong Local header signature, ZipInputStream Read, exception, MemoryStream
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.