Top "System.io.compression" questions

a compression library for handling zip files and other formats built into .NET framework 4.5 or greater.

System.IO.Compression and ZipFile - extract and overwrite

I'm using the standard VB.NET libraries for extracting and compressing files. It works as well but the problem comes …

.net vb.net zip compression system.io.compression
Decompression error : The magic number in GZip header is not correct

I am new to System.IO.Compression I am trying to compress and decompress some information. For compression I used …

c# c#-4.0 gzip compression system.io.compression
Adding a directory to an existing .zip file

First of all I would like to say that i've tried looking for the solution to this and I haven't …

c# compression system.io.compression
ZipArchive gives Unexpected end of data corrupted error

I'm trying to create a zip stream on the fly with some byte array data and make it download via …

c# .net asp.net-mvc system.io.compression
How to tell if a "ZipArchiveEntry" is directory?

I am handling some 3rd party ZIP files with .Net 4.5.2 System.IO.Compression.ZipArchive class and all works nicely. However, …

.net zip system.io.compression
ZipFile and ZipArchive classes from System.IO.Compression and async I/O

.NET 4.5 has added new classes to work with zip archives. Now you can do something like this: using (ZipArchive archive = …

c# .net asynchronous io system.io.compression
Invalid zip file after creating it with System.IO.Compression

I'm trying to create a zip file that contains one or more files. I'm using the .NET framework 4.5 and more …

c# asp.net-mvc system.io.compression
System.IO.Compression End of Central Directory record could not be found

On executing the following code.. I get an exception on the OpenRead statement: End of Central Directory record could not …

c# .net compression system.io.compression