Top "Sharpziplib" questions

#ziplib (SharpZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Using SharpZipLib to unzip specific files?

I'm trying to use SharpZipLib to pull specified files from a zip archive. All of the examples I've seen always …

.net compression sharpziplib
Could not load file or assembly ICSharpCode.SharpZipLib... When using nuGet package ExcelDataReader

Error: Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one …

c# asp.net-mvc-3 nuget sharpziplib exceldatareader
Add files to ZIP without paths, using SharpZipLib

I need to combine 3 files into 1 zip file and make it available to download for the user. I am able …

c# zip sharpziplib
C#.net identify zip file

I am currently using the SharpZip api to handle my zip file entries. It works splendid for zipping and unzipping. …

c# zip .net-4.5 sharpziplib
How do I correctly prepare an 'HTTP Redirect Binding' SAML Request using C#

I need to create an SP initiated SAML 2.0 Authentication transaction using HTTP Redirect Binding method. It turns out this is …

c# saml-2.0 sharpziplib
How do I zip on the fly and stream to Response.Output in real time?

I am trying to use the following code: I get a corrupted zip file. Why? The file names seem OK. …

asp.net zip real-time outputstream sharpziplib
c# sharpziplib adding file to existing archive

am trying to add a file to an existing archive using the following code. When run no errors or exceptions …

c# append archive add sharpziplib
SharpZipLib : Compressing a single file to a single compressed file

I am currently working with SharpZipLib under .NET 2.0 and via this I need to compress a single file to a …

c# compression sharpziplib
DLL versioning error

I've got a web site that sporadically throws the following error: Server Error in '/' Application. Could not load …

c# asp.net iis dll sharpziplib
Create zip from multiple files in memory

I am trying to use SharpZipLib to generate zip file and let the client download it. Currently zip folder is …

c# .net sharpziplib