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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -