I can't get any themes to install in Visual Studio 2022 on my arm64 Windows machine. The VSIX always error out.
Can't install VSIX Visual Studio extensions on arm64?
433 Views Asked by aremmell At
3
There are 3 best solutions below
0

If you're running VS 2022 in Win11 arm64, you've probably noticed that you may have a native Visual Studio, but you can't get any extensions to install-not even themes!
Well, I figured out why. It's because even theme VSIX packages are tied to a specific set of target architectures, and it will refuse to install on anything else even if it would work just fine.
Anyway, here's how you install a theme:
- Get yourself 7-zip
- Open the VSIX file by right-clicking and choosing
Open Inside
- Locate
extension.vsixmanifest
, and right-click that and chooseEdit
- Find this tag:
<ProductArchitecture>amd64</ProductArchitecture>
and changeamd64
toarm64
- Close the editor, and say yes when 7-zip asks you if you want to update the file.
The theme will now install with no problems.
Hope this helps someone out there.
I am also running into this issue. After modifying the extension.vsixmanifest file as you described the installer does run, but I am seeing other errors related to OS versions.
This is the Oracle Developer Tools for VS extension. Any ideas would be greatly appreciated...
This is the last half of the install log: