In Solution Explorer go to your project, right click on References then Add reference…
Search for Compression and select System.IO.Compression.FileSystem then press OK.
Add Imports System.IO.Compression to the top of your code file (before any class or module, with the other Imports statements)....