Handling different versions of office

  • Thread starter Thread starter Jonathan Fong
  • Start date Start date
J

Jonathan Fong

Hi, I am seeking advice about handling different versions of APIs of office
which I am writing a plug-in application for it in C# language. Which is
the best way to do?



1. Resolving different API using reflection.

2. create different setup files for each version



Is there any other solution?



Regards,

Jonathan
 
Build a different add-in for each version using the COM objects for each.

And for Office 2000 - you have to create your own PIAs and I have a question
in asking how to do that - no answer yet.

thanks - dave
 
Back
Top