SharpDevelop Community

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

Browse by Tags

All Tags » Zip (RSS)
  • Problem with SharpZipLib under windows 2003

    Hi I have a problem with reading zips created by SharpZipLib. When I open them with WinRar everything is ok. But when I try to open them with Windows 2003 default winzip the files inside appear to be of the same size and cannot be opened or uzipped. Is there something I'm missing? Maby some parameter...
    Posted to Forum by Grzegorz.Zych on 12-15-2009
  • Re: How to create zip file from the file contents in bytes from database

    I am wondering how to do the same thing as the original poster is. I know how to do the actual zipping in memory but I do not know how (or if it is possible) to add files, in the form of byte array, to the zip in memory. From what I understand, the process is as follows: Create a ZipOutputStream. Create...
    Posted to Forum by clamum on 11-20-2008
  • 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
  • Adding files to new or existing Zip File

    I've searched the forums but cannot seem to find this. I want to add files to a zip file, this part is easy, but the problem I am having is that when I add a file to the zip file, it also adds the full path of the file. With other zip utitilies I have used, there is a option to disable or enable...
    Posted to Forum by gscheek on 10-13-2008
  • 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
  • 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
  • Library cannot extract this entry version required (45) [Error 13]

    This error is eating my soul. It must be stopped. I know what you're thinking ... just use the latest version stupid. Well I tried that and it didn't work. This happens when I'm unzipping a 200mb zip file (which was zipped using the same version of SharpZibLib), and about half way though...
    Posted to Forum by Rod Williams on 07-16-2008
  • SharpZipLib can't get entry size of the zip file which is created by java.util.zip, any idea?

    The size is -1, but I can get the size using java. Anyone has same experience, please advise. Thanks!
    Posted to Forum by bingwei on 06-20-2008
  • How to Insert or append a file to an existing zip-archive?

    Hallo, i would like to insert/append a file to an archive, for example Insert(string fileName, string archiveName); it should insert the file with fileName to archive of archiveName some modification would be: Insert(ZipEntry entry, string fileName, string archiveName); where file should be under the...
    Posted to Forum by idzikowski on 05-08-2008
  • How backup bunch of files that the amount is over 8Gb? look mt code...

    Hy, I a need to backup a bunch of files and the total amount is over 4 GB. I think I need to use Zip64 but I do not how... I tryed to use ICSharp ZLib library and write the data in chunk but it does not work because I vahe to change the entry.crc and when I call PuNextEntry of ZipOutput the stream finish...
    Posted to Forum by Rikace74 on 01-15-2008
Page 1 of 4 (31 items) 1 2 3 4 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.