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: > 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 found a way to get around it? > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
