Microsoft.Office.Interop.Word

  • Thread starter Thread starter Alan T
  • Start date Start date
A

Alan T

VS 2005 and MS Office 2003 installed.
I can include Microsoft.Office.Core and Word in the references so I can add
the
using Microsoft.Office.Interop.Word.

However, my workmate cannot do the same thing although he also got VS2005
and MS Office 2003 installed.
He can only add Microsoft.Office.Core in the using clause but no
Microsoft.Office.Interop.Word.

Any idea?
 
Alan said:
VS 2005 and MS Office 2003 installed.
I can include Microsoft.Office.Core and Word in the references so I can add
the
using Microsoft.Office.Interop.Word.

However, my workmate cannot do the same thing although he also got VS2005
and MS Office 2003 installed.
He can only add Microsoft.Office.Core in the using clause but no
Microsoft.Office.Interop.Word.

Any idea?

I have the same issue, I believe you need to rerun the office setup and
ensure ".NET programmability support" is selected

There's more info here:

http://msdn.microsoft.com/library/d...ta/html/OfficePrimaryInteropAssembliesFAQ.asp
 

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

Back
Top