system.io.packaging Questions

3

We are calling System.IO.Packaging.Package.Open() in an ASP.NET application. Further, a Windows impersonation has been performed before calling this because the package to be opened is stored in a ...
Pashto asked 11/9, 2014 at 17:42

8

Solved

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 reference to the project. How can I ad...
Kiernan asked 31/8, 2011 at 16:33

6

Solved

I have a bunch of ZIP files that are in desperate need of some hierarchical reorganization and extraction. What I can do, currently, is create the directory structure and move the zip files to the ...
Xylidine asked 3/2, 2009 at 16:8

1

Solved

I am getting "Unable to determine the identity of domain" when using System.IO.Packaging through COM Interop, there are a few articles describing why this is happening and the solution is to run th...
Marcellus asked 10/5, 2012 at 13:20

3

Solved

I'm needing to create a zip file containing documents that exist on the server. I am using the .Net Package class to do so, and to create a new Package (which is the zip file) I have to have either...
Gerdes asked 12/4, 2010 at 15:5

2

Solved

Has anyone seen a good tutorial on Open Packaging Conventions and the System.IO.Packaging namespace? I have some areas where I think this technology could be useful, but I'm nervous because ...
Kerchief asked 26/9, 2009 at 20:35
1

© 2022 - 2024 — McMap. All rights reserved.