Unzip a folder which is programatically downloaded in Silverlight
Posted
by subbu
on Stack Overflow
See other posts from Stack Overflow
or by subbu
Published on 2010-01-28T13:18:19Z
Indexed on
2010/04/15
5:23 UTC
Read the original article
Hit count: 238
c#
|Silverlight
Hi all,
My requirement is this. I am programmatically downloading a folder from a remote server in zipped format using WebClient. This part is done. My folder will have only DLLs and EXEs. Can any one suggest an unzipping algorithim or libraries which can be used for unzipping?
http://www.sharpgis.net/post/2009/04/21/REALLY-small-unzip-utility-for-Silverlight.aspx
I tried out the method suggested in the above link. But my DLLs and EXEs are getting corrupted. Can any one help me out in this?
My programming environment is VS2010 and Silverlight 4.0. Application is OOB and has Elevated Priv
© Stack Overflow or respective owner