D
Dave Townsend
Ok, so I'm a little lost with developing against other libraries. My
understanding at the moment is that when you develop a managed addin for
office you should do so referencing the PIA. The PIA's for office 2003
come with the CD (and according to microsoft should not be distributed).
The PIA's for office XP are downloadable (and can be distributed). I've
also seen talk of PIA's for office 2000.
Now according to microsoft you should compile referencing the PIA's for
the office platform you are targetting. Surely this is a ridiculous
notion? I am trying to develop an addin that should be deployed in
outlook 2000, 2002 and 2003. How should I handle this? Should I have 3
different projects, one for each outlook version each compiling against
different PIA's? As it goes, the code I have written seems to work on
all 3 versions as it stands but I could well be missing something.
Also, what should happen with the PIA's. The setup in VS.NET
automatically packages the PIA's into the installer and installs them in
the addin directory. Is this right, should the PIA's go into the GAC?
Any help would be appreciated.
Dave
understanding at the moment is that when you develop a managed addin for
office you should do so referencing the PIA. The PIA's for office 2003
come with the CD (and according to microsoft should not be distributed).
The PIA's for office XP are downloadable (and can be distributed). I've
also seen talk of PIA's for office 2000.
Now according to microsoft you should compile referencing the PIA's for
the office platform you are targetting. Surely this is a ridiculous
notion? I am trying to develop an addin that should be deployed in
outlook 2000, 2002 and 2003. How should I handle this? Should I have 3
different projects, one for each outlook version each compiling against
different PIA's? As it goes, the code I have written seems to work on
all 3 versions as it stands but I could well be missing something.
Also, what should happen with the PIA's. The setup in VS.NET
automatically packages the PIA's into the installer and installs them in
the addin directory. Is this right, should the PIA's go into the GAC?
Any help would be appreciated.
Dave