-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is class ZipFile?! #7
Comments
@RouR This is not a port of DotNetZip to a PCL. This is a port of the Zlib library (http://zlib.net) on which DotNetZip is based. So you cannot use the code on the DotNetZip page when using this library, it is for lower-level compression algorithms only. Sorry! |
But you using namespace Ionic.Zlib |
I'm not sure what the solution is in that situation. I'll see if I can figure out how to do an assembly redirect or something, but no promises. |
Maybe something like this solution would help, where you load the full DotNetZip library when the framework asks for Zlib.Portable? |
See documentation http://dotnetzip.codeplex.com/ first example of use:
This is not working in your fork.
The text was updated successfully, but these errors were encountered: