Microsoft Visual Studio 2015 Shell (Isolated) is a foundational framework provided by Microsoft that allows developers to create and distribute standalone applications based on the Visual Studio IDE. Unlike the "Integrated" version, the "Isolated" shell provides a dedicated environment that runs side-by-side with other Visual Studio versions, making it ideal for specialized tools that require high levels of branding and UI customization. Download and Acquisition
The Visual Studio 2015 Shell is available as a free download, though its availability on public sites has shifted over time.
Official Older Downloads: Microsoft hosts a dedicated page for older versions, including the Visual Studio Isolated and Integrated Shells.
Dev Essentials Enrollment: If direct public links are unavailable, users are often required to enroll in the free Visual Studio Dev Essentials program to access the downloads section.
Redistributable Package: To distribute applications built on this shell, developers must include the corresponding redistributable package, which contains the necessary runtime binaries. Key Features and Use Cases
Custom Branding: Developers can customize the appearance, splash screen, and icons of applications built on the isolated shell to create a unique product identity.
Selective Features: You can disable standard Visual Studio menu commands and features that aren't needed for your specific tool, streamlining the user experience.
Side-by-Side Installation: It can be installed on a machine without conflicting with full versions of Visual Studio (e.g., Professional or Enterprise).
Extension Support: The shell supports VSPackages and Managed Extensibility Framework (MEF) components, allowing it to be extended much like the full IDE. Technical and System Requirements
The shell generally follows the hardware requirements of the broader Visual Studio 2015 family:
OS Support: Windows 10, 8.1, 8, 7 SP1, and several Windows Server editions.
Hardware: Minimum 1.6 GHz processor, 1 GB of RAM (1.5 GB for virtual machines), and at least 600 MB of disk space. microsoft visual studio 2015 shell -isolated- download
Dependencies: Requires Microsoft Visual C++ 2015 Redistributable and may automatically download components like .NET Framework if they are missing.
What is the Visual Studio shell (standalone shell) good for?
Welcome, developer. You have stumbled upon one of the most specific and strangely elusive artifacts in the Visual Studio ecosystem.
If you are here, you likely aren't looking to write a standard C# application. You are likely trying to install a specialized piece of software—perhaps a game development tool, a specific SQL manager, or a legacy PLC programming environment—and it’s screaming at you for a "Visual Studio 2015 Isolated Shell."
Here is your interesting guide to tracking down, installing, and understanding this ghost in the machine.
Solution: Repair .NET Framework using the official repair tool from Microsoft, then reboot. Also, ensure Windows Update is running—critical signing certificates may be expired.
If you absolutely cannot find the VS2015 installer, and your legacy application is critical, consider contacting the original software vendor of the tool you are trying to run. Many vendors now redistribute the Isolated Shell installer (or an updated runtime) on their own legacy download portals.
Disclaimer: This guide is for legacy software compatibility only. Microsoft strongly recommends migrating away from any application that depends on the VS2015 Isolated Shell, as it receives no security updates.
Finding a direct, standalone installer for the Microsoft Visual Studio 2015 Shell (Isolated)
has become increasingly difficult as Microsoft has transitioned its focus toward newer versions of the IDE and the "Visual Studio SDK."
Historically, this shell was a centerpiece for developers who wanted to build their own custom IDEs or specialized tools without requiring users to install the full Visual Studio suite. It provided the core "frame" of the environment—the menus, windowing system, and basic editor—allowing developers to "plug in" their own languages or features. Current Availability and Access Microsoft Visual Studio 2015 Shell (Isolated) is a
Because Visual Studio 2015 is now a legacy product, Microsoft has moved many of its older downloads to specific portals: Visual Studio Subscriptions (formerly MSDN):
This is the most reliable source. If you or your organization has a subscription, you can sign in to the My Visual Studio
portal and search for "Visual Studio 2015 Shell (Isolated)." Microsoft Download Center:
Occasionally, direct links for "Visual Studio 2015 Isolated Shell" still appear in the official download center, though these are frequently retired or redirected to the VS 2022 landing pages. The "Visual Studio SDK":
In many versions, the Shell components were bundled with the SDK. If you are trying to build an extension, installing the Visual Studio 2015 SDK is often the necessary first step. Why the "Isolated" Shell? Isolated Shell differs from the "Integrated" version in a few key ways: Brand Independence:
It allows you to create a program that looks like a standalone application, rather than just a plugin inside the standard VS interface. Minimal Footprint:
It only installs the bare essentials required to run your specific tool. Conflict Avoidance:
It runs side-by-side with other versions of Visual Studio without interfering with their settings or configurations. Modern Alternatives
If you aren’t strictly required to use the 2015 version for a legacy project, Microsoft now encourages using the Visual Studio 2022 SDK VS Code Extension API
. VS Code, in particular, has become the industry standard for creating lightweight, "isolated" development experiences due to its cross-platform nature and massive ecosystem. , or are you starting a new project from scratch?
The Microsoft Visual Studio 2015 Isolated Shell is no longer available as a standalone direct download from the main Visual Studio site because support for Visual Studio 2015 ended on October 14, 2025. However, you can still access it through specific Microsoft subscription channels. How to Download the VS 2015 Isolated Shell Error: “Microsoft
To obtain the installer, you must use a Microsoft account with an active subscription:
Visual Studio Subscriptions (formerly MSDN): If you have a professional or enterprise subscription, you can find the "Visual Studio 2015 Isolated Shell" in the Downloads section of the Visual Studio Subscriptions portal.
Visual Studio Dev Essentials: This is a free program that often provides access to older versions of tools. You can join for free at the Dev Essentials page and check the downloads repository for VS 2015 components. Key Considerations
Integrated vs. Isolated Shell: The Isolated Shell allows you to create a completely branded IDE that runs independently of other Visual Studio versions. The Integrated Shell (also found in the same download areas) requires a version of Visual Studio to be already installed to function.
Retirement Status: Because this version is retired, it no longer receives security updates or technical support.
Modern Alternatives: If your project allows, Microsoft recommends migrating to Visual Studio 2022, which includes modern features like GitHub Copilot and better performance on newer Windows versions.
Once you have obtained vs_isolatedshell.exe (typically around 1-1.5 GB), follow these steps:
A: The Visual Studio SDK 2015 is required. Search for “Visual Studio 2015 SDK” on Microsoft Download Center. It contains project templates for creating VSIX packages that target the Isolated Shell.
The Visual Studio 2015 Isolated Shell is a runtime environment that allows developers to launch custom tools and applications that were built using Visual Studio’s core IDE framework. Unlike the "Integrated" Shell, the Isolated Shell launches a unique brand and identity for the application, meaning it looks like a separate program rather than an extension of Visual Studio.
Why do you need it? Many third-party legacy applications (e.g., certain PLC programming tools, older FPGA IDEs, or custom database management systems) require this specific shell to run. If you try to open such a program and receive an error like "This application requires the Visual Studio 2015 Isolated Shell", this download is your solution.