You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/visual-studio-on-arm-devices.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ To get started with the native Arm64 Visual Studio experience:
34
34
35
35
## Installing Arm64 Visual Studio
36
36
37
-
There's a single installer for both Visual Studio x64 and Arm64 architectures. The Visual Studio Installer detects if the system architecture is Arm64. The installer then downloads and installs the Arm64 version of Visual Studio on your Arm64 device (support is for Windows 11). If you're installing the product via a layout, you'll need to [explicitly configure the layout to include ARM binaries](./use-command-line-parameters-to-install-visual-studio.md#layout-command-and-command-line-parameters).
37
+
There's a single installer for both Visual Studio x64 and Arm64 architectures. The Visual Studio Installer detects if the system architecture is Arm64. The installer then downloads and installs the Arm64 version of Visual Studio on your Arm64 device (support is for Windows 11). If you're installing the product via a layout, you need to [explicitly configure the layout to include ARM binaries](./use-command-line-parameters-to-install-visual-studio.md#layout-command-and-command-line-parameters).
38
38
39
39
> [!NOTE]
40
40
> For Windows 11 Arm64, you must uninstall all previous versions of Visual Studio (x64, x86) before installing Visual Studio 2022 version 17.4 or later.
@@ -53,14 +53,13 @@ The Arm64 GA supports the following workloads:
53
53
- Windows application development
54
54
- .NET Multi-platform App UI development (.NET MAUI)
55
55
- Linux and embedded development with C++
56
+
- Database development with SQL Server Data Tools
56
57
57
58
### Managed developers
58
59
59
60
With this release, you can now build desktop applications (Windows Forms and WPF) using both .NET 6+ and .NET Framework 4.8.1.
60
61
.NET Framework 4.8.1 is included in the next major update for Windows 11 and will be available for previous operating systems in the future.
61
62
62
-
Support for SQL Server Data Tools is available with [Visual Studio version 17.10 and later](/visualstudio/releases/2022/release-notes).
63
-
64
63
### Native developers
65
64
66
65
With the Visual Studio 2022 version 17.4 release or later, you can access the new native Arm64 MSVC (Microsoft Visual C++) compiler toolset, including C++ Code Analysis, while still targeting all platforms currently supported by MSVC.
@@ -71,7 +70,7 @@ With the Visual Studio 2022 version 17.4 release or later, you can access the ne
| Arm64 | X86 |\<Install location\>\VC\Tools\MSVC\\<version\>\bin\HostARM64\x86 |
73
72
74
-
Many C++ libraries are already available on Arm64. `Vcpkg` also runs natively on Arm64, and while some dependent 3rd party tools may still run emulated, you can successfully build and consume 1700+ C++ libraries directly in your native Arm64 build environment.
73
+
Many C++ libraries are already available on Arm64. `Vcpkg` also runs natively on Arm64, and while some dependent third party tools may still run emulated, you can successfully build and consume 1700+ C++ libraries directly in your native Arm64 build environment.
75
74
76
75
By installing the C++ Desktop workload, you can load any desktop C++ projects and solutions using MSBuild, and then use the editing, building, and debugging capabilities you're already familiar with in Visual Studio.
0 commit comments