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

M

mwazir

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
 
M

mwazir

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
 
H

Helene Day

Thank you Mujahid

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

Helene
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top