Office interop question

T

Terry Allen

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

C:\WINDOWS\assembly\GAC\Microsoft.Office.Interop.Graph\12.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.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.
 
A

Alvin Bruney [ASP.NET MVP]

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
 

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