VSTO 2012: backward compatibility
Since lately the Visual Studio Tools For Office 2012 (VSTO 2012) are available for download . Can this new version still used for developing Add-In solutions for older Office versions (2007,2010)? Are there any advantages over VSTO 4.0 (besides Office 2013 support) Yes, it can. I'm using VS2012 for an Excel 2007 project and it works fine. The trick is to change the debug path in your project file so that VS uses the older version of the Office app your plugin is for. Create your VSTO project (let VS create the project for Office 2010) Edit the project file and find the <ProjectProperties> with