Menu

#6 Could not load file or assembly 'ICSharpCode.SharpZipLib.dll'

v1.0 (example)
open
nobody
None
5
2013-10-11
2013-10-11
AMR
No

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.

Discussion


Log in to post a comment.