Microsoft.Office.Interop.Word

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan T

    Microsoft.Office.Interop.Word

    VS 2005 and MS Office 2003 installed.
    I can include Microsoft.Offic e.Core and Word in the references so I can add
    the
    using Microsoft.Offic e.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.Offic e.Core in the using clause but no
    Microsoft.Offic e.Interop.Word.

    Any idea?


  • DeveloperX

    #2
    Re: Microsoft.Offic e.Interop.Word


    Alan T wrote:
    VS 2005 and MS Office 2003 installed.
    I can include Microsoft.Offic e.Core and Word in the references so I can add
    the
    using Microsoft.Offic e.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.Offic e.Core in the using clause but no
    Microsoft.Offic e.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:



    Comment

    Working...