PowerPoint version compilation
Posted
by Jeremy A
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy A
Published on 2009-07-02T20:50:00Z
Indexed on
2010/03/26
23:03 UTC
Read the original article
Hit count: 485
Let's say I am using SharpDevelop/VS to develop an app that uses PowerPoint.
Do I need to recompile the app so there is a build for each version of MS Office?
I have MS Office 2007, but I would also like the app to work with Office 2003 and later, without having to recompile the app for each version.
Do I just need to install the appropriate Office Interop redistributable package/msi on the client machine, and ship my app as is?
Thanks in advance for your help.
© Stack Overflow or respective owner