I am using icsharpziplib dll for zipping sharepoint files using c# in asp.net When i open the output.zip file, it is showing \"zip file is either corrupted or damaged\".
I am using ICSharpCode.SharpZipLib.Zip to compress the files and folders and pass it as memorystream using response.Binary write.
I\'m using ICSharpCode.SharpZipLib.dll for compress and decompress data. I have the following code that performs inflation of data:
I have a load of Legacy zips that have been zipped incorrectly. Files were saved in the zip so they are folder\\filename rather than folder/filename.
I use VS 2008 SP1 in Windows XP. I have updated ICSharpCode.SharpZipLib.dll from older 0.85.4.369 to new 0.86.0.518.
I am currently working with SharpZipLib under .NET 2.0 and via this I need to compress a single file to a single compressed archive.In order to do this I am currently using the following:
well I am having a problem renaming the ICSharpCode.SharpZipLib.dll file to anythig else. I am trying to shorten the file name. I reference the assembly in the project, but when the program reaches th
I need to unzip a list of .Z files which will be kept in a folder using Visual Basic.NET. For example, consider that there is a folder like C:\\FilesToBeUnzipped. Inside this folder there will some 5
I am using Sharpziplib version 0.86.0 to extract a zip file. It is working fine but the files extracted are with current DateTime. How could I get the original DateTime?
I am using Sharpziplib version 0.86 to extract a zip file. It is working fine but while extracting a winzip file through code,Lastwritetime is changing in seconds...