I have a new Windows 11 development virtual machine, running on a MacBook Pro with an M2 processor. I'm getting the following error when I'm trying to install the ASP.NET Zero Power Tools extension for VS 2022, and here is the log file.
2023-06-09 7:00:35 AM - Microsoft VSIX Installer
2023-06-09 7:00:35 AM - -------------------------------------------
2023-06-09 7:00:35 AM - vsixinstaller.exe version:
2023-06-09 7:00:35 AM - 17.6.2164+g40888c9894
2023-06-09 7:00:35 AM - -------------------------------------------
2023-06-09 7:00:35 AM - Command line parameters:
2023-06-09 7:00:35 AM - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,\Mac\Home\Downloads\AspNetZeroRadToolVisualStudioExtension(1).vsix
2023-06-09 7:00:35 AM - -------------------------------------------
2023-06-09 7:00:35 AM - Microsoft VSIX Installer
2023-06-09 7:00:35 AM - -------------------------------------------
2023-06-09 7:00:36 AM - Initializing Install...
2023-06-09 7:00:36 AM - Searching for applicable products...
2023-06-09 7:00:37 AM - Found installed product - Visual Studio Community 2022
2023-06-09 7:00:37 AM - Found installed product - Global Location
2023-06-09 7:00:37 AM - Extension Details...
2023-06-09 7:00:37 AM - Identifier : AspNetZeroPowerTools.9906ae75-6ad5-42ef-b6fe-18e263dde53c
2023-06-09 7:00:37 AM - Name : ASP.NET Zero Power Tools
2023-06-09 7:00:37 AM - Author : Volosoft
2023-06-09 7:00:37 AM - Version : 3.3.0
2023-06-09 7:00:37 AM - Description : ASP.NET Zero Rapid Application Development tooling.
2023-06-09 7:00:37 AM - Locale : en-US
2023-06-09 7:00:37 AM - MoreInfoURL : https://aspnetzero.com/
2023-06-09 7:00:37 AM - InstalledByMSI : False
2023-06-09 7:00:37 AM - SupportedFrameworkVersionRange : [4.5,)
2023-06-09 7:00:37 AM - SignatureState : Unsigned
2023-06-09 7:00:37 AM - Supported Products :
2023-06-09 7:00:37 AM - Microsoft.VisualStudio.Community
2023-06-09 7:00:37 AM - Version : [17.0,18.0)
2023-06-09 7:00:37 AM - ProductArchitecture : amd64
2023-06-09 7:00:37 AM - References :
2023-06-09 7:00:37 AM - Prerequisites :
2023-06-09 7:00:37 AM - -------------------------------------------------------
2023-06-09 7:00:37 AM - Identifier : Microsoft.VisualStudio.Component.CoreEditor
2023-06-09 7:00:37 AM - Name : Visual Studio core editor
2023-06-09 7:00:37 AM - Version : [15.8.27729.1,)
2023-06-09 7:00:37 AM - Signature Details...
2023-06-09 7:00:37 AM - Extension is not signed.
2023-06-09 7:00:37 AM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.ExtensionService.GetInstallableDataImpl(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& skuData) at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable
1& skuData)
at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
at VSIXInstaller.App.Initialize()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Is the error raised because of my ARM64 version of Windows 11?
3 Answer(s)
-
0
Hi,
This extension can be used only on Windows. If you want to use it on MAC or Linux, please check https://docs.aspnetzero.com/en/common/latest/Development-Guide-Rad-Tool-Mac-Linux
-
0
thanks ... not sure if you noticed I've mentioned that I'm using a Windows 11 VM with VS 2022 ...
-
1
Hi,
Sorry, it's my bad. Yes, this might be related to AR64, see https://github.com/codecadwallader/codemaid/issues/964