compression - How to compress files in .NET 1.1 -


i need compress files in [*.zip] format in .net 1.1. don't want use sharpzip compression got random errors - "access denied" - when running in .net 1.1.

sharptzip work if put assembly on gac - not option in project. problem. check this: http://forums.asp.net/p/1139901/1839049.aspx#1839049

you can use command-line tool zip. example 7-zip.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -