I\'m kind of a newbie to Visual Studio programming.
I recently upgraded .Net 4.0 to 4.5 in order to use the ZipFile class under System.IO.Compression, but after the
You need to change the target framework of the current project from .Net 4 to .Net 4.5.