Hello,
I am facing issues with concurrent zip generation using XceedZip (V 5.2.0.0). I am getting COM exceptions from the XceedZip Library.
I was using Directory.SetCurrentDirectory(folderpath) to set the folder path. Since it is a shared path, I started getting different COM exceptions each time i execute it concurrently. Later I commented out SetCurrentDirectory and used BasePath to set the folder path. Now it started working without exceptions, but the generated zip is having an extra file called “New Volume Information”. While extracting the generated zip, I am getting error that zip is corrupted.
Our servers are 64 bit and client is 32 bit, i.e zipping is happening in 64 bit server and unzipping is required in 32 bit machine.
Also tried removing the ‘New Volume Information’ by setting property. That work inside 64 bit servers. i.e I was able to zip and unzip inside a 64 bit server. But the generated zip in 64 bit is not able to extract in client(32 bit). Can any one please help?
Regards,
Norbert John
Imported from legacy forums. Posted by Norbert (had 1217 views)