Office interop question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?VGVycnkgQWxsZW4=?=

    #1

    Office interop question

    When referencing the Microsoft Graph 11.0 Object Library in a C# applicaion
    using Visual Studio 2005 it uses the path below.

    C:\WINDOWS\asse mbly\GAC\Micros oft.Office.Inte rop.Graph\12.0. 0.0__71e9bce111 e9429c\Microsof t.Office.Intero p.Graph.dll

    I have both Office 2003 and 2007 installed on my machine but wish to only
    reference the version 11 COM components. Do to my situation I need to use
    both versions of Office, but the intended recipients of application only have
    Office 2003.
  • Alvin Bruney [ASP.NET MVP]

    #2
    Re: Office interop question

    A reference to version 11 COM components will not use version 12 because the
    reference is explicit.

    --
    --
    Regards,
    Alvin Bruney [MVP ASP.NET]

    [Shameless Author plug]
    The O.W.C. Black Book, 2nd Edition
    Exclusively on www.lulu.com/owc $19.99


    "Terry Allen" <Terry Allen@discussio ns.microsoft.co mwrote in message
    news:9B66A8FE-2443-467D-AE34-1DCD59557DEE@mi crosoft.com...
    When referencing the Microsoft Graph 11.0 Object Library in a C#
    applicaion
    using Visual Studio 2005 it uses the path below.
    >
    C:\WINDOWS\asse mbly\GAC\Micros oft.Office.Inte rop.Graph\12.0. 0.0__71e9bce111 e9429c\Microsof t.Office.Intero p.Graph.dll
    >
    I have both Office 2003 and 2007 installed on my machine but wish to only
    reference the version 11 COM components. Do to my situation I need to use
    both versions of Office, but the intended recipients of application only
    have
    Office 2003.

    Comment

    Working...