Reputation: 21
I have an Office Project (currently developed in Visual Studio 2010) which works for all versions of Office up to (but not including) 2013.
I want to be able to build a version of the app to work in 2013 but I can't seem to discover the equivalent of this Microsoft Office Developer Tools for Visual Studio 2012 (found from this similar question) but for VS 2010. I have spent a few hours looking on Google and to be quite honest I'm not convinced what I'm trying to do is even possible!
All help would be very much appreciated.
Louis
Upvotes: 2
Views: 1137
Reputation: 46
Do you mean an app for office? (using the new JavaScript APIs)? If so that type of project can only be created in VS 2012 and above. If you are referring to an add-in you will likely also need a newer version of VS to target 2013.
Upvotes: 1