Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Zip   (RSS)
Showing page 1 of 3 (23 total posts)
  • Re: "generated temporary filename was not unique"

    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 ...
    Posted to Xceed Zip for .NET (Forum) by Francisco on April 9, 2012
  • Re: Generated temporary filename was not unique - Please

    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 ...
    Posted to Xceed Zip for .NET (Forum) by Francisco on April 9, 2012
  • Estimate the expected compression rate

    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
    Posted to Xceed Zip for .NET (Forum) by Jens on December 15, 2011
  • CopyFilesTo error: The relative name is empty or contains only whitespace

    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 ...
    Posted to Xceed Zip for .NET (Forum) by James on August 4, 2011
  • Re: Creating Zip with streams vs. files: problems reading with WinRAR and Java ZipInputStream

    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 ...
    Posted to Xceed Zip for .NET (Forum) by kevin on June 13, 2011
  • Zip Writer not disposing inner stream

    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.
    Posted to Xceed Zip for .NET (Forum) by Adam on September 14, 2010
  • Merging ZIPs

    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 ...
    Posted to Xceed Zip for .NET (Forum) by Jason on May 12, 2010
  • Re: Show zip'ed video

    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 ...
    Posted to Xceed Zip for .NET (Forum) by Ghislain on March 30, 2010
  • Re: Decompress BZip2 file

    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 ...
    Posted to Xceed Zip for .NET (Forum) by Ghislain on March 19, 2010
  • Re: Exceed Zip library for .NET issue with preserving path of folders

    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()        ...
    Posted to Xceed Zip for .NET (Forum) by Ghislain on March 18, 2010
1 2 3 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.