Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 3.12 KB

supporting-multiple-versions-of-visual-studio.md

File metadata and controls

61 lines (50 loc) · 3.12 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic helpviewer_keywords ms.assetid caps.latest.revision ms.author manager translation.priority.mt
Supporting Multiple Versions of Visual Studio | Microsoft Docs
11/04/2016
vs-ide-sdk
article
Visual Studio, supporting multiple versions
VSPackages, side-by-side compatibility
0047aa90-1ed4-40d3-8772-622b2719a4b1
20
gregvanl
ghogen
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Supporting Multiple Versions of Visual Studio

The term side-by-side means that you can install and maintain multiple versions of a product on the same computer. For VSPackages, that means a user can have several Visual Studio versions installed on the same computer. However, you cannot have side-by-side versions of your VSPackages loaded into a single version of Visual Studio.

Before you make your VSPackage able to be loaded into side-by-side versions of Visual Studio, consider the following:

In This Section

Choosing Between Shared and Versioned VSPackages
Explains how to resolve side-by-side issues in your VSPackage.

Registering File Name Extensions for Side-By-Side Deployments
Describes how your VSPackage can register file associations in a side-by-side scenario.

Related Sections

Installing VSPackages With Windows Installer