Skip to content

Commit f77adbd

Browse files
committed
create unsupported OS page for VS Dev18
1 parent 4ad4322 commit f77adbd

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

support/developer/visualstudio/installation/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
href: ./version-visual-studio-requires-april-2014-update.md
5959
- name: Wait for setup to finish before trying again
6060
href: ./another-setup-already-running-wait-finish.md
61+
- name: Workarounds for Visual Studio on unsupported operating systems
62+
href: ./visual-studio-unsupported-operating-systems.md
6163
- name: Workarounds for Visual Studio 2022 on unsupported operating systems
6264
href: ./visual-studio-2022-unsupported-operating-systems.md
6365
- name: Windows Program Compatibility mode is on
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Workarounds for Visual Studio on unsupported operating systems
3+
description: This article describes known issues and workarounds for Visual Studio when installed on unsupported operating systems.
4+
ms.date: 11/11/2025
5+
ms.reviewer: pchapman, jagbal
6+
ms.custom: sap:Installation\Setup, maintenance, or uninstall
7+
---
8+
# Workarounds and operating system requirements for Visual Studio
9+
10+
_Applies to:_   Visual Studio 2026
11+
12+
## Summary
13+
14+
Visual Studio 2026 is supported only on 64-bit editions of currently supported versions of [Windows 11](/lifecycle/products/?terms=windows%2011), [Windows 10](](/lifecycle/products/?terms=windows%2010), and Windows Server 2019 and higher. We don't recommend using Visual Studio on earlier or unsupported versions of Windows and Windows Server. For more information, see [full system requirements](/visualstudio/releases/2026/vs-system-requirements). To enable organizations to schedule their operating system upgrades, this page provides known issues and potential workarounds when using Visual Studio 2022 on an unsupported operating system.
15+
16+
> [!NOTE]
17+
> Microsoft is unable to provide support or fixes for issues arising from using Visual Studio on an unsupported operating system. For feedback on supported configurations, see [Developer Community](https://developercommunity.visualstudio.com/).
18+
19+
## Arm-based operating systems
20+
21+
Arm64 Visual Studio is supported only on Windows 11 on Arm. X64 Visual Studio isn't supported on ARM operating systems, so performance may not meet expectations.
22+
23+
The following workloads and components are not supported by Visual Studio ARM64 running on ARM64 operating systems:
24+
25+
- Azure development, with the exception of the Container development tools, which are supported.
26+
- Data storage and processing, with the exception of the SQL Server Data Tools, which are supported.
27+
- Data science and analytical applications.
28+
- Python development.
29+
- Mobile development with C++.
30+
- Office/SharePoint development.
31+
- Microsoft Blend.
32+
- The XAML designer runs in an x86 process on ARM64.
33+
34+
## Windows LTSC
35+
36+
The Windows Long-term Servicing channel (LTSC) isn't intended for deployment on most or all the devices in an organization. It should be used only for special-purpose devices. Visual Studio is not intended to run on [Windows Long-term Servicing channel](/windows/deployment/update/waas-overview#long-term-servicing-channel). Building apps that run on Windows LTSC is supported.
37+
38+
## Application Virtualization
39+
40+
Visual Studio doesn't support Application Virtualization (App-V) solutions. For example, Microsoft App-V for Windows or third-party app virtualization technologies.
41+
42+
## Azure Virtual Desktops
43+
44+
Running Visual Studio in a virtual machine environment requires a full Windows operating system. Visual Studio doesn't support multiple simultaneous users using the software on the same machine, including shared virtual desktop infrastructure machines or a pooled Windows Virtual Desktop host pool.
45+
46+
## Windows containers
47+
48+
Running Visual Studio Community, Professional, Enterprise, or Team Explorer editions in Windows containers isn't supported. The Build Tools edition is supported.
49+
50+
## 32-bit operating systems
51+
52+
Visual Studio doesn't install on 32-bit operating systems.
53+
54+
## Windows 7 and Windows Server 2008 R2
55+
56+
Visual Studio doesn't install on Windows 7 and Windows Server 2008 R2.
57+
58+
## Windows 8 and Windows Server 2012
59+
60+
Visual Studio doesn't install on Windows 8 and Windows Server 2012.
61+
62+
## Windows 8.1 and Windows Server 2012 R2
63+
64+
Visual Studio doesn't install on Windows 8.1 and Windows Server 2012 R2.
65+
66+
## Windows 10, version 1507 and 1511
67+
68+
Visual Studio 2022 doesn't install on Windows 10 versions 1507 or 1511.
69+
70+
## Windows 10, versions 1607 through 1903
71+
72+
- .NET 4.8.1 isn't supported and doesn't install.
73+
74+
## Windows 10, versions 1909 through 2004
75+
76+
- .NET 4.8.1 isn't supported and doesn't install.

0 commit comments

Comments
 (0)