System.IO.Packaging

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

    The System.IO.Packaging namespace is provided by WindowsBase. When you add a reference, add WindowsBase as the reference instead of trying to find System.IO.Packaging.

提交回复
热议问题