sharpziplib
SharpZipLib - ZipException "System.ArgumentOutOfRangeException" - Why am I getting this exception?
I\'m using SharpZipLib to unzip files. My code has been working nicely for all zipfiles except the zip file what i am extracting now...[详细]
2023-01-30 05:25 分类:问答Sharpziplib uncompress embedded resource
I have a zip file as an embedded resource. Using the following code: Stream zipStream; zipStream = thisAssembly.GetManifestResourceStream(\"Namespace.Resources.zipfile.zip\");[详细]
2023-01-28 21:30 分类:问答Is it possible to decompress SharpZipLib compressed response via PHP?
Environment: Linux / MySQL / PHP Problem: While connected to a webservice, I am getting a response that is compressed with the SharpZipLib .NET library. As of yet, I have not been able to find a way[详细]
2023-01-21 21:31 分类:问答Same C# code slower in ASP.Net application versus Winforms App on same machine
We have a function in C# that uses the ICSharpCode SharpZipLib BZip2 decompression method to uncompress some XML we get from a database. We have noticed an issue on two of our webservers (Win 2K and W[详细]
2023-01-16 11:48 分类:问答System.IOException when opening file with File.OpenRead
I get the following exception when I open a file for unzipping it\'s contents. It happens when I have the file selected in Windows Explorer, or mouse over it showing a tooltip.[详细]
2023-01-13 01:02 分类:问答OutOfMemoryException using BZip2 (SharpZipLib)
I use Asp.net , .net 3.5, win2003, iis 6.0. I use Oracle for gathering files, saving file in SharpZipLib.BZip2 compressed format in field RAW in table Oracle.[详细]
2023-01-09 07:27 分类:问答SharpZipLib ZipEntry how can you change the name of a file in the zip?
How do you change the name stored in the zip file?开发者_StackOverflow中文版 Also, can this be done when adding the file via:[详细]
2023-01-03 00:37 分类:问答sharpziplib + extracting single file
Whenever i try to get the file, the length of the input stream (s.Length) is always zero, what am i doing wrong?ZipEntry is valid and has the proper size of the file, etc.[详细]
2023-01-02 10:27 分类:问答ICSharpCode zipfile creation error
The following code works on my machine but not in server: using (ZipFile zipFile = ZipFile.Create(outPath))[详细]
2023-01-01 13:25 分类:问答SharpZip escape filename
I\'m using SharpZipLib to create a zip file with an html page and images.If the html file has a / in the name, it creates a folder (which messes u开发者_JS百科p the image paths).[详细]
2022-12-23 17:58 分类:问答