Installed .Net 4.5 but can't use ZipFile class in Visual C#

后端 未结 7 993
余生分开走
余生分开走 2020-12-09 15:19

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

7条回答
  •  悲&欢浪女
    2020-12-09 15:49

    You need to change the target framework of the current project from .Net 4 to .Net 4.5.

提交回复
热议问题