|
Browse by Tags
All Tags » ICSharpZip » #ZipLib ( RSS)
-
Hi I'm new to SharpZipLib so pleased excuse any crazy errors! I have to write a function to zip and password protect a single file. The following code works correctly - when run directly from a vb.net (2005) form. I can extract the zipped file from just windows compress folders, or 7-Zip file manger...
Posted to
Forum
by
lewin
on
09-05-2007
Filed under: #ZipLib, Decompress ZIP VB.NET, Zip password protection, ICSharpZip
-
Greetings; I have researched this issue in this Forum and C#, PHP and SUN, and have tried several of the suggestions, but my issue still persists. So I humbly ask for assistance. I am upgrading my web servers and .NET client application to connect to the web servers. The server streams are gz and zip...
Posted to
Forum
by
BruceStevenson
on
01-11-2008
Filed under: #ZipLib, gzip, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
-
Hi JohnReilly, I have to create a C# windows application that will take 4 different kind of files (a.exe, b.dll, c.doc etc....) and the application should generate a .exe say "MySetup.exe" file (self extracting exe). On clicking the "MySetup.exe" the files should get extracted to...
Posted to
Forum
by
luckyshahoo
on
02-04-2008
Filed under: File extraction, #ZipLib feature request, #ZipLib, sharpZipLib, ICSharpZip
-
Hi, i am writing a small piece of code to get around a limitation in a certain jvm-version which is unable to play sounds. I have found myself in a bit of a pickle as i cannot seem to stream files from a .jarfile. ZipFile zfile = new ZipFile("Program\\gni\\wp.jar"); ZipEntry zentry = zfile...
Posted to
Forum
by
Johnny
on
03-10-2008
Filed under: #ZipLib, ICSharpZip, extract, exact, entry
-
Hi, I am using Visual Studio 2008 and created a unit test project which ends up failing to run because of an error such as Test Run deployment issue: The location of the file or directory 'c:\projects\webapps\loguploader\testcommon\bin\debug\ICSharpCode.SharpZipLib.dll' is not trusted. Any ideas...
Posted to
Forum
by
sheir
on
03-10-2008
Filed under: #ZipLib, sharpZipLib, ICSharpZip
-
Been playing with this most of today ... how sad - and still no sucess after going through many posts. I have 2 main functions 1 to compress a byte [ and return it, and vice-versa to decompress a byte [ and return it. I think I've setup the compression correctly - but can't test fully without...
Posted to
Forum
by
downatone
on
07-28-2008
Filed under: ZipInputStream, #ZipLib, sharpZipLib, ICSharpZip, ZipEntry, ZipInputStream Read
-
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
-
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
-
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
Filed under: File extraction, #ZipLib, sharpZipLib, ICSharpZip, ZipEntry, ziped file, ZipLib
|
|
|