The following error is occurring in an SDK making use of Ionic.Zip. I have checked the references and DotNetZip is located exactly where the references have it stated to be [C:\Program Files\Laserfiche\Laserfiche Workflow 10.2\SKD\DotNetZip.dll]
"Could not load file or assembly 'DotNetZip, Version=1.13.3.0, Culture=neutral, PublicKeyToken=6583c7c814667745' or one of its dependencies. The system cannot find the file specified."
As far as I can tell it looks like the dependencies it requires are included in .Net 4.0+ and the box this is running on has 4.5. I'm reluctant to start chucking other versions of .Net at it. The VC++ redistributable is also present.
Any ideas about this error or how to resolve it?