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 error
This is the exception stack trace registered on the system:
Xceed.FileSystem.FileSystemInternalException: Generated temporary filename was not unique.
Type: Xceed.FileSystem.DiskFile
FullName: c:\Temp\2016464f-f384-431c-ab41-0d756e001f6e.tmp ---> Xceed.FileSystem.FileSystemException: The physical file represented by the item could not be created.
Type: Xceed.FileSystem.DiskFile
FullName: c:\Temp\2016464f-f384-431c-ab41-0d756e001f6e.tmp ---> System.IO.IOException: Data error (cyclic redundancy check).
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileInfo.Create()
at Xceed.FileSystem.DiskFile.DoCreate(FileSystemEventsSession session)
--- End of inner exception stack trace ---
at Xceed.FileSystem.FileSystemItem.Create(FileSystemEvents events, Object userData)
at Xceed.FileSystem.FileSystemItem.Create()
at Xceed.FileSystem.AbstractFolder.CreateTempFile()
--- End of inner exception stack trace ---
at Xceed.FileSystem.FileSystemItem.CopyTo(FileSystemEvents events, Object userData, AbstractFolder destinationFolder, Boolean replaceExistingFiles)
at Xceed.FileSystem.FileSystemItem.CopyTo(AbstractFolder destinationFolder, Boolean replaceExistingFiles)
at XXX.TestCasesDevelopmentKit.Results.ResultsManager.BuildResultFile(String source, String target, String password)
at XXX.TestCasesDevelopmentKit.Results.ResultsManager.SaveResults()
at XXX.TestCasesDevelopmentKit.Results.ResultsManager.Close()