From msdn:
http://msdn.microsoft.com/en-us/library/system.io.compression.deflatestream.aspx
This class cannot be used to compress files larger than 4 GB.
Do you know any other implementations for .net without the 4 gb limit?
Thanks
NOTE: I really need to decompress a file in GZ format with content larger than 4gb. Do you know any code that can do that? Thanks