SharpDevelop Community

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

Browse by Tags

All Tags » ZipEntry (RSS)
  • Extracting to blank 0 kB file

    Hi friends, I am having a problem in unzipping a file, its extracting as 0 KB doc file, eventhough zipfile has valid document file.When I observed the process its creating a blank .doc file and failing to read from zip file or write into .doc file. I am using ICSharpCode.SharpZipLib.dll(Version 0.85...
    Posted to Forum by Devaraja on 10-27-2009
  • issue with ICSharpCode.SharpZipLib for .net 2.0 framework

    Hi, We have migrated .Net 1.1 to .Net 2.0 windows application developed in C# . The .Net 1.1 application uses ICSharpCode.SharpZipLib of version 0.5.0.0 . It compiles successfully. But while running the migrated 2.0 application with latest version of ICSharpCode.SharpZipLib 0.85.5.452 gives the error...
    Posted to Forum by Anil Kumar on 09-03-2009
  • ZipEntry.DateTime doesn't allow odd seconds

    There is a flaw or limitation in the dateTime property. second >> 1 this only allows for 30 values
    Posted to Forum by devspeed on 07-17-2009
  • ZipEntry of a zip within a zip

    Hi, I am using the ZipFile class to view ZipEnteries inside a zip file. I happen to have a zip inside of this zip file. What class and/or method do i use to look through the internal zip file entry? For example: i was given a file called file1.zip, this is on the hard drive so when i call ZipFile zFile...
    Posted to Forum by bramoin on 05-05-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
  • Re: How to Zip and Unzip entire folders with nested files/folders.. example C# code

    It looks like I was missing the part that kept everything in folders in the archive. :D Thanks! The only improvements I see are for the BuildList to be renamed and return an array list. public static ArrayList GetFilesToZip( string searchPath, int recursionLevel, ArrayList files) { DirectoryInfo ThisLevel...
    Posted to Forum by ferventcoder on 09-24-2008
  • Is there a method Exists ?

    Hi all, I have to make a windows application on PDA with the Compact Framework. I have a zip file with approximatively 10000 entries in it. I don't want to unzip all the file, it's too long on a pda. I want to test if a file (i know the name) exists in my zip file and if exists, i want to unzip...
    Posted to Forum by qrf_vince on 09-16-2008
  • 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
  • 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
Page 1 of 2 (16 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.