Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies. The system cannot find the file specified.


i m getting this problem when i m importing an excel sheet to datagridview in vb.net
infact im using the same version of the library
Posted

1 solution

Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies.
Well, based on error, you application was unable to find the above mentioned assembly (exact version 0.85) on the system. You need to find and place that in your system. While importing, the above dll is needed and is not found by your application. You might have used same version for building application but might have missed bundling it with app or placing it on system GAC for access.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900