I use System.IO.Compression.GZipStream, part of .NET framework 2.0 and
higher. I never had any problems with GZIPped reports in the last five
years. So, consider ditching the SharpZipLib (?!) code and start using
GZipStream.
On Wednesday, April 18, 2012 7:55:08 PM UTC+2, bgraves wrote:
> E
Even after re-downloading, I'm still getting this error in my code when I
try to unzip my report:
"ICSharpCode.SharpZipLib.GZip.GZipException: Error GZIP header, first magic
byte doesn't match"
It unzips fine using WinRAR. Does anyone else get this programatic error
(I use .NET)? Have you foun