
06-11-2009, 2:03 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Aug 2004
Location: Sydney, Australia
Age: 40
Posts: 6,106
Reputation: 541
|
|
You should be aware that the GZipStream class does NOT create a ZIP file. It's inappropriate for you to give it a ".zip" extension because it does not have the ZIP format. The GzipStream class creates a GZIP file, which is a different format. You should give the file the standard ".gz" or, if you prefer, ".gzip" extension.
|