-1

I am getting this error message using Microsoft.Office.Interop.Word namespace in C#. All references have been added but still getting this issue.

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
Arslan Bhatti
  • 193
  • 1
  • 2
  • 12

1 Answers1

-1

It is not clear what object/class you are trying to use when you get an error message.

However, you may find the How to automate Microsoft Word to create a new document by using Visual C# article helpful. It describes all the required steps for automating Word. Also take a look at the sample project in C# - C# app automates Word (CSAutomateWord).

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45