1

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

Donnachaidh
  • 159
  • 1
  • 11

2 Answers2

1

Make sure you have added a reference to Ionic.Zip.dll in your references.

CC Inc
  • 5,842
  • 3
  • 33
  • 64
1

I ended up using ILMerge with ILMergeGui to merge the Ionic.Zip.dll with my .exe

Donnachaidh
  • 159
  • 1
  • 11