Are the VSTO add-ins that were developed for Office 2007 compatible with Office 2010? If not, what would need to be done to upgrade them to run in 2010?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Yes, as stated here.

link|improve this answer
agreed, ribbon is still there, and while deprecated nothing ever really gets removed from the major object models. – Anonymous Type Sep 6 '10 at 1:17
@Otaku but how about the other way around? I mean, will my Excel 2010 add-in work in Excel 2007? – woodykiddy Sep 16 '11 at 6:49
@woodykiddy: yes, it's certainly doable from VSTO 2010, provided you target .NET 4.0. See this article: blogs.msdn.com/b/vsto/archive/2010/06/04/… – Otaku Sep 16 '11 at 7:11
feedback

According to this (german) blog nothing big will change:

http://blogs.msdn.com/jensha/archive/2008/11/14/vsto-next.aspx

So I think it is save to say that it will work (althoug I would recommend to upgrade the code due mayor improvements in VSTO.NE(X)T).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.