I've been using the Silverlight version of #ziplib (SharpZipLib) but it seems seriously flawed because the DeflateOutputStream
always produces 2 bytes (120, 156) for any input (hell of a compression algorithm ;) so I cannot use that one. What's more it seems like that latest release is almost 2 years old now.
Any recommendation for a free (to be used in a commercial product) assembly that supports deflating streams?
Edit: The DotNetZip site says Silverlight support is deferred to the next release. Considering last *release* was last year and an alpha is in 'da hood' now we are likely to see something fruitful coming soon :)