Could not load file or assembly 'ICSharpCode.SharpZipLib.dll'
Brought to you by:
flexiblecoder,
pedrofpsimoes
Value cannot be null.
Parameter name: Could not load file or assembly 'ICSharpCode.SharpZipLib.dll' or one of its dependencies. The system cannot find the file specified.
Error when export to excel.
I followed fix in following forum thread and worked.
http://www.fyireporting.com/forum/viewtopic.php?p=3436&sid=9de81989c3c4ee7e9dab6efcb3fe6c41
Fix by MikeDamrat in above link:
ZipWrap.cs
The ZIPNAME string was given an initial value of "ICSharpCode.SharpZipLib.dll", which causes .NET to search for a file named "ICSharpCode.SharpZipLib.dll.DLL". took the extension off of the assembly name variable, recompiled, and everything seemed to work fine.