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 7545941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:04:08+00:00 2026-05-30T09:04:08+00:00

I have a script that copies a .docx template, copies it to a different

  • 0

I have a script that copies a .docx template, copies it to a different location with a unique name, modifies it, then saves it. Occassionally, on the save, I get an file permission error. It’s weird because I will be using the same inputs and sometimes the error will show up and other times it won’t. Here’s my code:

        File.Copy(Utilities.GetTemplateFilePath(), outputPath);

        object path = outputPath;
        object readOnly = false;
        object o = System.Reflection.Missing.Value;

        var document = word.Documents.Open(ref path, ref o, ref readOnly, ref o, ref o, ref o, ref o, ref o, ref o, ref o, ref o, ref o, ref o, ref o, ref o, ref o);

        PopulateField(document.Paragraphs, 19, "aValue");
        while (true) {
            try {
                document.Save();
                break;
            }
            catch {
                System.Threading.Thread.Sleep(100);
            }
        }

        var documentClose = (Microsoft.Office.Interop.Word._Document)document;
        documentClose.Close();

Another important hint is that when this problem occurs, there are .tmp files that are hanging around in the directory I’m writing to. Any idea what is going on here?

Error: Word cannot complete the save due to a file permission error.
(C:…\Document.docx)

  • 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-30T09:04:09+00:00Added an answer on May 30, 2026 at 9:04 am

    You are hanging because you are not disposing of the COMInterop Object
    try adding this code after you do the document.Close()

    System.Runtime.InteropServices.Marshal.ReleaseComObject( document  ); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Powershell script that copies files from one location to another. Once
Currently, I create multiple copies of a script that each have a slightly different
I have a simple bat script that copies files from an known directory to
I have a build script and as part of that script it copies a
I have a script that parses the filenames of TV episodes (show.name.s01e02.avi for example),
I have a script that takes a table name and generates a control file
I would like to have a shell script that copies some logs from a
I have a small script that copies files to a list of remote machines.
I have a Bash script that repeatedly copies files every 5 seconds. But this
I have a script that dumps the db and copies it to S3. This

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.