I am generating a zip file using System.IO.Compression.ZipFile.CreateFromDirectory method and it works without any problem. Then, I go and double click on such a compressed folder and I get the following error message:
"windows cannot open the folder. the compressed (zipped) folder is invalid"
However, it can be opened if I use 7-Zip.
I will very much appreciate any comment.
I have WIndows 8.1 64-bits and I am using VS2013 .NET Framework 4.5 C# to create the zip file.
Respectfully,
Jorge Maldonado
Go to the complete details ...