Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5927963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T14:14:19+00:00 2026-05-22T14:14:19+00:00

I been trying to fix this problem for the whole day, but no matter

  • 0

I been trying to fix this problem for the whole day, but no matter what I do I keep on getting the same exception: UnauthorizedAccessException was unhandled at line
using (Package package = Package.Open(d.FullName, FileMode.Create, FileAccess.ReadWrite))

The full code is:

NTAccount act = new NTAccount("c9lu-PC","c9lu");

DirectoryInfo d = System.IO.Directory.CreateDirectory(path);

DirectorySecurity security = d.GetAccessControl();

security.AddAccessRule(new    FileSystemAccessRule(act,FileSystemRights.FullControl,InheritanceFlags.ContainerInherit | InheritanceFlags.ObjectInherit, PropagationFlags.None, AccessControlType.Allow));

d.SetAccessControl(security);

using (Package package = Package.Open(d.FullName, FileMode.Create, FileAccess.ReadWrite))     // where the exception occurs
{

    PackageHelper.createPart(package, "/pages.zip" , MediaTypeNames.Application.Zip,
                    (stream) =>
                    {
                        using (var parts = ZipPackage.Open(stream, FileMode.Create))
                        {
                        }
                    }

                    );
}

I really don’t know what the problem is, please help me out.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T14:14:20+00:00Added an answer on May 22, 2026 at 2:14 pm

    Could it have something to do with the fact that you’re passing in a directory into the first parameter of Package.Open instead of a file name? Should be more like this:

    // This gives you a directory object. It's all a directory/folder. No File.
    DirectoryInfo d = System.IO.Directory.CreateDirectory(path);
    
    // So use the Combine method to create a full path to a file
    string fileName = System.IO.Path.Combine(d.FullName, "pages.zip");
    
    ...
    // Then use that full path to create the Package.
    Package.Open(fileName, ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to fix this problem almost all day (or it feels like
I've been trying to fix this error: {exception:Persistent class \Class org.myapp.model.Account does not seem
I've been trying to fix this problem forever now and its bugging me. the
I've been trying to fix this problem for a while and have exhausted all
hey there guys and girls, iv been trying to fix this problem for weeks
Hi all I have been trying to fix this but could not fix, the
I've been trying to fix this problems for a few hours already, I cannot
So, I have been trying to fix this for about two months. It all
I really need some help with this as I have been trying to fix
Been trying to figure this out, but can't come up with a good solution

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.