SharpZipLib Help--Don't want to distribute the .dll is there a nother way?

  • Thread starter Thread starter Yogi_Bear_79
  • Start date Start date
Y

Yogi_Bear_79

I recently some embedded GZIP files into my project. I added the
sharpziplib.dllas a referance. But when I distribute the .exe it looks for
the .dll. Did I do something wrong, or miss step? I don't want to have to
distribute the .dll, I was hoping to continue this as a stand alone .exe
 
Yogi,

This is not possible. You can not create static links in a .NET
application. You will have to distribute the sharpziplib.dll, as well as
any dlls that it might need.

Hope this helps.
 
Back
Top