Skip to content

Commit 86b3d24

Browse files
Merge pull request #13708 from PoulChapman/patch-7
Update visual-studio-tools-for-office-runtime.md
2 parents d257b09 + f5c294c commit 86b3d24

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/vsto/visual-studio-tools-for-office-runtime.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Visual Studio Tools for Office Runtime Lifecycle Policy
33
description: Explore the support lifecycle policy for the Visual Studio Tools for Office Runtime, including available versions and release dates.
44
titleSuffix: ""
5-
ms.date: "10/4/2021"
5+
ms.date: "3/14/2025"
66
ms.topic: "conceptual"
77
dev_langs:
88
- "VB"
@@ -16,12 +16,23 @@ ms.subservice: office-development
1616
---
1717
# Visual Studio Tools for Office Runtime
1818

19+
## Visual Studio Tools for Office support statement
20+
21+
The Visual Studio Tools for Office (VSTO) Runtime Add-Ins platform is supported and serviced in Office with .NET Framework 4.8 as the last major version. If you have existing .NET Framework solutions that you're maintaining, there's no need to move them to .NET.
22+
23+
However, VSTO Add-Ins can't be created with .NET due to technical limitations with running .NET and .NET Framework in the same process.The VSTO platform will continue to use .NET Framework. You can take advantage of .NET, including ASP.NET Core, to create the server side of Office Web Add-ins.
24+
25+
The VSTO Add-Ins platform was built before today’s cross-platform world. To take advantage of opportunities with cloud-centered, cross-platform, and cross-device development, we recommend using the cross-platform JavaScript APIs. More can be found at [Office Add-ins platform overview](/office/dev/add-ins/overview/office-add-ins).
26+
27+
## Visual Studio Tools for Office Runtime lifecycle
28+
1929
The Visual Studio 2010 Tools for Office Runtime (VSTO Runtime) ships with various versions of Visual Studio and Microsoft Office and follows the support lifecycle of the parent product.
2030

2131
It's also [available to download](https://aka.ms/VSTORuntimeDownload) and install independently. The versions of VSTO Runtime that are available on the download center follow the support lifecycle of the latest version of Microsoft Office that was available at the time of its release.
2232

23-
Developers should install the latest version of the VSTO Runtime with their applications. It's only supported when running with supported versions Office. If the VSTO Runtime needs to be serviced, only the latest version will be updated.
33+
Developers should install the latest version of the VSTO Runtime with their applications. The VSTO Runtime is supported only when running with supported versions Office. If the VSTO Runtime needs to be serviced, only the latest version will be updated.
2434

35+
## VSTO Runtime versions
2536
The following list contains the VSTO Runtime releases and the corresponding version of Office for which its support lifecycle follows:
2637

2738
| VSTO Runtime version | Release date | Microsoft Office version |

0 commit comments

Comments
 (0)