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
Post a Comment