I added the gzip properties to the request that SMCApps suggested, but I get this error:
‘ICSharpCode.SharpZipLib.WindowsPhone, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’, or one of its dependencies, was not found
I get that error and I’m using the library from Stack Overflow SharpZipLib.WindowsPhone7.dll. The namespace defined in that DLL is ICSharpCode.SharpZipLib without the .WindowsPhone extension.
How do I get Hammock to FIND this namespace/DLL?