Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

This should be a simple question answered by most of you. I am trying to add zip compression to my app and downloaded a utility from: http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

 

I ran the command:

 

gacutil /i ICSharpCode.SharpZipLib.dll

 

Microsoft ® .NET Global Assembly Cache Utility. Version 1.1.4322.573

Copyright © Microsoft Corporation 1998-2002. All rights reserved.

 

Assembly successfully added to the cache

 

Downloaded the vb samples and loaded the CreateZipFile project.

In the code editor there are Import statements:

 

Imports ICSharpCode.SharpZipLib.Checksums

Imports ICSharpCode.SharpZipLib.Zip

Imports ICSharpCode.SharpZipLib.GZip

 

But the code editor displays these as syntax errors. It says:

Namespace or type 'Checksums' for the Imports 'ICSHarpCode.SharpZipLib.Checksums' cannot be found.

 

Do I have to copy the ICSharpCode.SharpZipLib.dll somewhere?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...