I've written a program in C# that uses DotNetZip but when I go to build the exe in Release configuration it can't find Ionic.
I followed these instructions: http://dotnetzip.codeplex.com/wikipage?title=Getting-Started&referringTitle=Home
I've written a program in C# that uses DotNetZip but when I go to build the exe in Release configuration it can't find Ionic.
I followed these instructions: http://dotnetzip.codeplex.com/wikipage?title=Getting-Started&referringTitle=Home
I ended up using ILMerge with ILMergeGui to merge the Ionic.Zip.dll with my .exe