[RESOLVED] Using DotNetZip
Hey everyone! I'm trying to use a third-party solution called DotNetZip for basic zip compression/decompression, but I can't seem to get it set up. It's really not clear what you have to add to your C# project to get it working. I've added the CreateZip.cs class to my project, but unfortunately the ZipFile type is not recognized by the class. The CreateZip.cs class uses a reference called Ionic.Zip, but I cannot find the file called Ionic.zip.dll anywhere, and yes, I have searched for it. Does anyone think he/she could please give me some simple instructions for getting DotNetZip set up and ready to use?
Any help would be greatly appreciated