Browse by Tags
All Tags » Zip (RSS)
Showing page 1 of 3 (23 total posts)
-
Hello, maybe we have a similar error trying to create a zip file using Xceed Copy method ... we have this DLL version 4.1.9460.14460
Any solution?, this is a critical error for us too.
here is our stack errorThis is the exception stack trace registered on the system:
Xceed.FileSystem.FileSystemInternalException: Generated temporary ...
-
Hello, we have a similar error trying to create a zip file using Xceed Copy method ... I have check our DLL version and It is 4.1.9460.14460 v (Xceed.Zip.dll / Xceed.FileSystem.dll)
here is our stack errorThis is the exception stack trace registered on the system:
Xceed.FileSystem.FileSystemInternalException: Generated temporary filename was not ...
-
Hi,
we are currently testing the Xceed Ultimate Suite. In one of our projects, where we plan to use Xceed Zip, we have to estimate the expected compression rate of files and folders.
Is it possible to do such estimations with Xceed Zip without real compression of the files? If yes, which approach would you advise?
Best Regards,Jens Horn
-
I am getting an exception trying to write out a zip file that was created by a webservice using the java.util.zip package. The zip file is quite simple and consists of a text file and a folder containing some images (gifs). The file can be opened in WinZip w/o problems. But when persisted using exceed on the client, the ...
-
Michel,
The problem is that ZIP files with multiple files created via a stream with in Zip.NET 4.x cannot be processed by standard Java code.
This problem has been demonstrated in Java 1.5 through 1.6.
These same/similar stream code in Zip.NET 2.0 creates files that can be process by standard Java code
WinRAR also reports the problems ...
-
When I call dispose on the ZipWriter it's not disposing the inner stream as I expected. Is your writer not disposing the inner stream on purpose, or is it a defect? I will work around it, but just wanted to know for future reference.
-
We have a scenario where we have a hierarchical ZIP structure (ZIPs within ZIPs with ZIPs, etc.) that is flattened into a single ZIP. Every time we encounter a ZIP we copy it out of the archive (typically to a MemoryFile), open it, and copy the files to the destination ZIP.
However this process takes considerable amount of time to ...
-
Hi,Some video players will allow playing video from an archive. This depends on a number of factors. The cpu must be fast enough to decompress the video and play it at the same time. Depending on the video resolution, a video could be playing fine and the other could skip frames. And it's not every video player that has the ...
-
Hi,
version 4.1 definitely supports BZIP2 :
http://xceed.com/Zip_Net_Features.html
It's a property and it can be found in the namespace: Xceed.Compression By setting the CompressionMethod to (almost the last line of the ZipDemo.cs)
private static CompressionMethod m_method = CompressionMethod.BZip2;
instead of the currently ...
-
Hi Naresh,
for your particuliar situation, assuming you have a C: drive with a writable \temp folder, the simplest answer is:
namespace _26165_PreservZIPPath{ public partial class Form1 : Form { public Form1() ...
1
|
|
|
|