I am getting this error message using Microsoft.Office.Interop.Word namespace in C#. All references have been added but still getting this issue.
Asked
Active
Viewed 2,731 times
-1

Deduplicator
- 44,692
- 7
- 66
- 118

Arslan Bhatti
- 193
- 1
- 2
- 12
-
What code do you use? – Eugene Astafiev May 07 '15 at 14:35
1 Answers
-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