G
Guest
Hi there,
I am trying to use GZipStream class to decompress winzip files in .NET 2.0
C# and getting the following error message:
The magic number in GZip header is not correct. Make sure you are passing in
a GZip stream.
The zip file I am using for testing was compressed by winzip and nothing
special there. I guess if you use GZipStream to compress and decompress data
there will be no problom. But is it possible to use to decompress the file
that is compressed by winzip?
Thanks,
Mike
I am trying to use GZipStream class to decompress winzip files in .NET 2.0
C# and getting the following error message:
The magic number in GZip header is not correct. Make sure you are passing in
a GZip stream.
The zip file I am using for testing was compressed by winzip and nothing
special there. I guess if you use GZipStream to compress and decompress data
there will be no problom. But is it possible to use to decompress the file
that is compressed by winzip?
Thanks,
Mike