sharpziplib Questions
5
Solved
I'm trying to use SharpZipLib to pull specified files from a zip archive. All of the examples I've seen always expect that you want to unzip the entire zip, and do something along the lines of:
F...
Stratton asked 30/11, 2008 at 2:5
2
Solved
In my application I am getting ZIP file with 4 pdf documents during My API call. I am saving the ZIP file using the below code.
var rootFolder = FileSystem.Current.LocalStorage;
var file = await r...
Saline asked 8/2, 2017 at 16:21
2
I would like to add the SharpZipLib.Portable library to my Xamarin.Forms PCL project. I am targeting Android and iOS. The documentation mentions that you must implement a VirtualFileSystem in order...
Battleship asked 6/7, 2015 at 14:28
6
Solved
I am currently using the SharpZip api to handle my zip file entries. It works splendid for zipping and unzipping. Though, I am having trouble identifying if a file is a zip or not. I need to know i...
Jus asked 16/8, 2012 at 22:23
2
Solved
I'm having real trouble trying to use the .bz2 stuff from the SharpZipLib library and I've not been able to find any help else where.
Any help or advice would be much appreciated and if anyone ca...
Triptolemus asked 22/12, 2012 at 0:14
1
Solved
I use SharpZipLib to compress file and user got this error:
1 is not a supported code page
I found here that problem is in regional settings and solution is in
"replace the line of code th...
Tartaglia asked 26/10, 2017 at 9:18
3
Solved
I have to create two folders inside of a zip file that I create programmatically using ICSharpCode.SharZipLib.Zip. I want to:
private void AddToZipStream(byte[] inputStream, ZipOutputStream zipS...
Niobous asked 21/8, 2013 at 16:42
4
Solved
Error:
Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' or one of its dependencies. The system cannot find the file...
Mana asked 10/3, 2012 at 1:22
1
I am trying to .tar.gz a list of files from a folder using SharpZipLib. The problem is no matter how pass the files paths - the result always contains the files paths - and not only the files thems...
Easygoing asked 16/12, 2012 at 9:32
6
I am trying to use the following code: I get a corrupted zip file. Why?
The file names seem OK. Perhaps they are not relative names, and that's the problem?
private void trySharpZipLib(ArrayList...
Boschbok asked 2/7, 2009 at 14:41
2
Solved
Using ICSharpCode.SharpZipLib for C#, how can I validate that the file being passed is actually a valid zip file (not something that has been right clicked and renamed as .zip)?
[HttpPost]
public...
Photoengraving asked 2/3, 2012 at 20:12
5
I am using ICSharpCode.SharpZipLib.Zip.FastZip to zip files but I'm stuck on a problem:
When I try to zip a file with special characters in its file name, it does not work. It works when there ar...
Timotheus asked 22/11, 2010 at 13:6
2
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 ...
Bookman asked 28/12, 2010 at 6:16
3
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...
Paiz asked 13/1, 2011 at 18:45
7
Solved
am trying to add a file to an existing archive using the following code. When run no errors or exceptions are shown but no files are added to the archive either. Any ideas why?
using (FileStream ...
Prune asked 31/8, 2009 at 5:57
3
Solved
I need to combine 3 files into 1 zip file and make it available to download for the user. I am able to achieve my requirement except one thing: it zips the files into the subfolders.
For example, ...
Eastereasterday asked 17/1, 2012 at 11:31
2
Solved
I need to create an SP initiated SAML 2.0 Authentication transaction using HTTP Redirect Binding method. It turns out this is quite easy. Just get the IdP URI and concatenate a single query-string ...
Throwaway asked 23/8, 2012 at 11:19
7
Solved
I've got a web site that sporadically throws the following error:
Server Error in '/' Application.
Could not load file or assembly 'ICSharpCode.SharpZipLib, Version=0.85.3.365, Culture=neutra...
Masera asked 15/7, 2012 at 7:13
1
Solved
I use DotNetZip to create a zip archive with an in memory string and download it as an attachment with the following code.
byte[] formXml = UTF8Encoding.Default.GetBytes("<form><pkg>T...
Asberry asked 12/1, 2012 at 5:5
1
Solved
I am using SharpZipLib in a project and am wondering if it is possible to use it to look inside a zip file, and if one of the files within has a data modified in a range I am searching for then to ...
Guilbert asked 29/11, 2011 at 15:58
3
Solved
We are currently using for compression the GZipOutputStream class of ICsharpCode.SharpZipLib library. We do it from a single thread.
I want to split my input data stream into chunks and compress t...
Tolerant asked 5/5, 2011 at 16:37
1
Solved
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:
string ...
Sanhedrin asked 26/1, 2011 at 13:24
2
Solved
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...
Have used this also File.SetLa...
Impetus asked 15/12, 2010 at 8:57
1
I'm a C# programmer.
Now, I'm using the ICSharpCode.SharpZipLib.dll to create a zip file in my current project. But it occurs to me that when I click the button at the SECOND TIME to execute a fun...
Alfeus asked 6/8, 2010 at 7:51
1
Solved
I am using the CSharpZipLib library to automatically zip some files. The problem is that the resulting zip file doesn't work with Winzip (version 8.1) or XP's compressed folders.
It does work with ...
Grison asked 14/9, 2009 at 16:8
1 Next >
© 2022 - 2024 — McMap. All rights reserved.