Which file do I need to reference for Microsoft Word 11.0 Object Library

  • Thread starter Thread starter Helene Day
  • Start date Start date
Hi Helene,

I think its a COM reference that you will have to make.

In your solution explorer,
- right click on the references,
- select add references,
- go to the COM tab
- look for MS Word 11.0 Object Library.

..NET should create an interlop for you.

Regards,
-Mujahid
 
Didnt realise that you were creating a word document project. It should
create all the neccessary references for you.

http://msdn.microsoft.com/library/d...ore/html/wrgrfworddocumentprojecttemplate.asp

"The template automatically adds the necessary project references, files,
and basic code to use as a starting point for your application."

a.. Microsoft.Office.Core - The primary interop assembly for shared Office
components.
a.. Microsoft.Office.Interop.Word - The primary interop assembly for Word.
a.. References to Microsoft .NET Framework assemblies:

Regards,
Mujahid
 
Thank you Mujahid

I also downloaded the Visual Studio .NET tools for Office System 2003.

Helene
 
Back
Top