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

  • SEARCH
  • Home
  • 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 6740487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:36:42+00:00 2026-05-26T11:36:42+00:00

I am generating a *.docx file server-side, that I want to return to the

  • 0

I am generating a *.docx file server-side, that I want to return to the user upon pressing a button. In the button’s event handler, I currently generate the document data as a byte[] (called bytes in the following code sample), and return it to the user as follows:

Response.Clear();
Response.ClearHeaders();
Response.ClearContent();
Response.AddHeader("Content-Disposition", "attachment; filename=Test.docx;");
Response.AddHeader("Content-Length", bytes.Length.ToString(CultureInfo.InvariantCulture));
Response.ContentType = "application/vnd.ms-word.document.12";
Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
Response.ContentEncoding = System.Text.Encoding.UTF8;
Response.BinaryWrite(bytes);
Response.Flush();
Response.Close();

This results in the strange behavior with IE that when the user clicks the “open” button when presented with the download, word 2010 fires up and states that “Word experienced an error trying to open the file”. If the user choses to save the file somewhere first however, word opens the saved document just fine.

I’ve experimented with different content-types, caching and encoding options, to no avail. Any clues what could be causing this behavior?

  • 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-26T11:36:43+00:00Added an answer on May 26, 2026 at 11:36 am

    It turns out that this was a problem with Office 2010’s trust settings. Disabling some trust checks resolved the problem:

    http://answers.microsoft.com/en-us/office/forum/office_2010-word/word-experienced-an-error-trying-to-open-the-file/07b539fa-c641-e011-9767-d8d385dcbb12

    As far as I know, there isn’t a way to solve this problem server-side.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im generating a file to present to the user for download, but the server
I'm generating some xml files that needs to conform to an xsd file that
Upon generating a Vistual Studio project from a CMake build file, CMake generates a
I am currently generating multiple .docx files using PHPWord. I need to find a
i m generating a pdf file from the contents of email and that email
I am generating an ear file using Ant Script. I see that script perfectly
Generating normal columnar data in excel file is quite easy but does any one
I'm currently generating an 8-character pseudo-random uppercase string for A .. Z: value =
I'm generating a self-signed SSL certificate to protect my server's admin section, and I
After generating a type dynamically and calling TypeBuilder.CreateType, I want to create a delegate

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.