Running Solutions in Different Versions of Microsoft Office
If you developed solutions for Microsoft Office 2010, you can run the same solutions in Microsoft Office 2013. If your customer base uses the 2007 Microsoft Office system, you can use Visual Studio 2012 to develop solutions that work in all three versions of Office. In this scenario, the solution will run without errors in the 2007 Microsoft Office system only if the solution doesn’t use features that are new in later versions of Office. Microsoft Office applications can also run solutions that were created by using a previous version of Visual Studio.
Running Office Solutions Created By Using Visual Studio 2012 or Visual Studio 2010
Solutions that were created by using Visual Studio 2012 or Visual Studio 2010 can run in Office 2013, Microsoft Office 2010, or the 2007 Microsoft Office system. However, the solution can use only those features and APIs that are available in all three versions of Office.
The following table illustrates these scenarios.
Version of Office targeted by the project template |
Target .NET Framework of the project1 |
Versions of Office that can run the solution |
Required runtime on end user computer |
---|---|---|---|
Office 2013 |
.NET Framework 4 or .NET Framework 4.5 |
Office 2013 Microsoft Office 2010 2007 Microsoft Office system2 |
Visual Studio 2010 Tools for Office Runtime |
Microsoft Office 2010 |
.NET Framework 4 or .NET Framework 4.5 |
Office 2013 Microsoft Office 2010 2007 Microsoft Office system2 |
Visual Studio 2010 Tools for Office Runtime |
Microsoft Office 2010 |
.NET Framework 3.5 |
Office 2013 Microsoft Office 2010 |
Visual Studio 2010 Tools for Office Runtime |
2007 Microsoft Office system |
.NET Framework 4, .NET Framework 4.5, or .NET Framework 3.5 |
Office 2013 Microsoft Office 2010 2007 Microsoft Office system |
Visual Studio 2010 Tools for Office Runtime |
1. The .NET Framework version that your project targets is required on end user computers for your solution to run. For example, if your project targets the .NET Framework 3.5, the .NET Framework 3.5 is required on end user computers. In this example, your solution will not run if only the .NET Framework 4 is installed on end user computers.
2. In this scenario, the solution will run without errors in the 2007 Microsoft Office system only if it does not use features that are new in Microsoft Office 2010.
Running Office Solutions Created By Using Versions of Visual Studio prior to Visual Studio 2010
Microsoft Office applications can run solutions created by using versions of Visual Studio prior to Visual Studio 2010. In some cases, these solutions require different versions of the Visual Studio Tools for Office runtime. Different versions of the Visual Studio Tools for Office runtime can be installed side-by-side on the same computer.
The following table shows which versions of Microsoft Office can run solutions created by using previous versions of Visual Studio, and which versions of the Visual Studio Tools for Office runtime and the .NET Framework are required for each solution.
Edition of Visual Studio used to create the solution |
Version of Office targeted by the project template |
Versions of Office that can run the solution |
Required runtime on end user computer |
Required .NET Framework version on end user computer |
---|---|---|---|---|
Visual Studio 2008 Professional or Visual Studio Team System 2008 |
2007 Microsoft Office system |
Office 2013 and Microsoft Office 20101 2007 Microsoft Office system |
Visual Studio 2010 Tools for Office Runtime1 or Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime) |
.NET Framework 3.5 |
One of the following editions of Visual Studio 2005 with VSTO 2005 SE2 installed:
|
2007 Microsoft Office system |
Office 2013 and Microsoft Office 2010 (32-bit only3) 2007 Microsoft Office system |
Visual Studio 2005 Tools for Office Second Edition Runtime |
.NET Framework 2.0, .NET Framework 3.0, or .NET Framework 3.5 |
Any of the following editions of Visual Studio:
|
Microsoft Office 2003 |
Office 2013 and Microsoft Office 2010 (32-bit only3) 2007 Microsoft Office system Microsoft Office 2003 |
Visual Studio 2005 Tools for Office Second Edition Runtime |
.NET Framework 2.0, .NET Framework 3.0, or .NET Framework 3.5 |
1. Office 2013 and Microsoft Office 2010 applications include the Visual Studio 2010 Tools for Office Runtime. Therefore, these applications always use the Visual Studio 2010 Tools for Office Runtime rather than the Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime) in this scenario. Applications in the 2007 Microsoft Office system can use the Visual Studio 2010 Tools for Office Runtime or the Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime).
2. VSTO 2005 SE is a free Visual Studio add-on that provides application-level add-in project templates for Microsoft Office 2003 and the 2007 Microsoft Office system. It can be installed with Visual Studio 2005 Professional, Visual Studio 2005 Tools for Office, or an edition in the Visual Studio Team System 2005. For more information, see Visual Studio 2005 Tools for Office Second Edition.
3. Office solutions that require the Visual Studio 2005 Tools for Office Second Edition Runtime are not compatible with 64-bit versions of Office 2013 and Microsoft Office 2010. To run these solutions in the 64-bit edition of Office 2013 or Microsoft Office 2010, you must upgrade the project to Visual Studio 2010 or to a Visual Studio 2008 project that targets the 2007 Microsoft Office system.
See Also
Tasks
How to: Create Office Projects in Visual Studio
Concepts
Visual Studio Tools for Office Runtime Overview
Visual Studio Tools for Office Runtime Installation Scenarios
Running Solutions in Different Versions of Microsoft Office