System.IO.Packaging

前端 未结 8 1505
感情败类
感情败类 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:29

    You need to add a reference to the WindowsBase.dll. System.IO.Packaging is located in there.

    See this article for more details:

    http://msdn.microsoft.com/en-us/library/system.io.packaging.package.aspx

提交回复
热议问题