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
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