Can the ARM version of windows compile Visual Studio .Net 4.7.2 projects

I cant seams to find any information if you can run Visual Studio and compile .Net 4.7.2 project via the ARM version of Windows.


Solution 1:

I cant seams to find any information if you can run Visual Studio 2019 and compile .Net 4.7.2 project via the ARM version of Windows 10.

Visual Studio 2019 only runs on x86 systems. You can use Visual Studio Code to compile .NET (Core) 5 projects. .NET 4.7.2 isn’t installed on Windows 10 (or specifically for several years now) but on x86 hardware you have targeting packs that allow you to target a specific version of the .NET Framework.

Worth pointing out that .NET 5 natively supports ARM. You can also compile ARM .NET Framework projects on x86 hardware.

Visual Studio is built to target processors based on the x86 architecture, and there are no versions of Visual Studio for ARM-based processors.

Source: Visual Studio on ARM-powered devices

Solution 2:

Quick update:

I now have an M1X Macbook Pro running Windows 11 ARM via Parallels With VS 2022 it's possible to run older .Net projects (Web forms/MVC) I have tested and run projects from 4.5 - 4.8

Everything runs & builds.