Hello, I am trying yo open a .zip file from various applications at same time but I get a xceeed exceptions.
Can I open in "share" or similar mode a .zip file with your component from various applications without get this error?
This is how I am calling Xceed
QuickZip.Unzip(filename, destination, password, true, true, true, "*");
{"The process cannot access the file "........." because it is being used by another process."}
Thanks a lot