Dear All,
Is there a .net zip equivalent of jar in Java? I would like to
compression my dlls while sending it across via No Touch...it should
also take care of versioning...
Thanks & Regards
Jack
Marc Scheuner [MVP ADSI] - 24 May 2004 07:15 GMT
> Is there a .net zip equivalent of jar in Java? I would like to
>compression my dlls while sending it across via No Touch...it should
>also take care of versioning...
Not out of the box, no. If you want to add compression, you'll have to
roll your own scheme of compressing/decompressing .NET assemblies.
Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
Eric Marvets - 24 May 2004 16:58 GMT
Here you go, from the nice folks at ICSharpCode.
http://www.icsharpcode.com/OpenSource/SharpZipLib/Default.aspx
Works like a champ.

Signature
Eric Marvets
Principal Consultant
the bang project
<shameless self promotion>
Email sales@bangproject.com for Information on Our Architecture and
Mentoring Services
</shameless self promotion
Chris Botha - 24 May 2004 17:29 GMT
Another problem, no-touch won't find the DLLs in the zip file - it only
looks for DLLs.
> Dear All,
> Is there a .net zip equivalent of jar in Java? I would like to
[quoted text clipped - 3 lines]
> Thanks & Regards
> Jack
Jack Wright - 25 May 2004 11:56 GMT
Hi Chris,
Thanks...I would like to embed a zipped file into my .Net dll and
extract it on my client...this will save lot of BandWidth...though it
will increase the process time on the client...I want to keep my
WebServer healthy and cater to users instanteously...
Thanks & Regards
Jack