System.IO.Packaging

前端 未结 8 1506
感情败类
感情败类 2020-12-24 00:15

I have my project set to .NET Framework 4.0. When I add System.IO.Packaging, it says that it doesn\'t exist. It also doesn\'t show up when I try to add it as a

8条回答
  •  伪装坚强ぢ
    2020-12-24 00:43

    We can add WindowsBase.dll in Dot Net framework 3.5 as well. I am using XP machine and Path for WindowsBase.dll is

    C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client\WindowsBase.dll

    Example for using System.IO.packaging is given here -

    Using System.IO.Packaging to generate a ZIP file

提交回复
热议问题