1. Does this make sense? Should the addin fail in Win2K?
2. How do I make them work in the Win2K machine?
Thanks,
Codex
To do this, first install Office 2000 on your development machine (you can
do a side-by-side install with Office XP, except for Outlook, if you specify
a different destination directory during install.) Then, remove all the
references in your project(s) to the Office libraries. Finally, create a
new reference to the Office 2000 libraries -- e.g., for Microsoft Word 2000,
select Add References, select COM tab, and add a reference to the Microsoft
Word 9.0 Object Library. Visual Studio will create an interop assembly for
Word 2000/Office 2000.
The new Office 2000 interop assembly should be forward compatable with
Office XP and Office 2003.
"Codex" <codex_si...@yahoo.com> wrote in message
news:3139a7d3.03101...@posting.google.com...
Thanks,
Codex
"Robert Jacobson" <rjacobson_at...@nospam.com> wrote in message news:<OwnwZLOl...@TK2MSFTNGP11.phx.gbl>...
has anybody verify this? I want to develop a COM add that works for all version of office. but no luck so far, seems it's not compatible between the office family somehow.
----- Robert Jacobson wrote: -----
.