@John thank you, adding the library System.IO.Compression.dll worked like a charm.
@Bastian being pragmatic is a must have in development I just wanted to go one step deeper and understand the ""proper"" way of doing it
Hi Bastian
Thank you in advance.
I have an one-file-archive. I want to decompress that archive save the file under a custom name. Based on your answer and the answer from @John_Carter and msdn documentation I came out with something like this:
Using ...
I have tried the solution @John_Carter has suggested. I am getting compile error saying that ZipArchive is not defined.
I have added System.IO.Compression.FileSystem.dll to External References and System.IO.Compression to Namespace Imports on the Cod...