This extension is not installable on any installed products-Visual studio 2022
See original GitHub issueHere is the install log. I think the new visual studio does not support this or most likely I am doing something wrong. I do have the framework installed. `11/22/2021 8:57:22 PM - Microsoft VSIX Installer 11/22/2021 8:57:22 PM - ------------------------------------------- 11/22/2021 8:57:22 PM - vsixinstaller.exe version: 11/22/2021 8:57:22 PM - 17.0.5226-preview5 11/22/2021 8:57:22 PM - ------------------------------------------- 11/22/2021 8:57:22 PM - Command line parameters: 11/22/2021 8:57:22 PM - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users*****\Downloads\Done Herbert\MDK.vsix 11/22/2021 8:57:22 PM - ------------------------------------------- 11/22/2021 8:57:22 PM - Microsoft VSIX Installer 11/22/2021 8:57:22 PM - ------------------------------------------- 11/22/2021 8:57:22 PM - Initializing Install… 11/22/2021 8:57:22 PM - Extension Details… 11/22/2021 8:57:22 PM - Identifier : MDK.Morten Aune Lyrstad.e02b602e-3099-44a5-88c6-cb30cab978f6 11/22/2021 8:57:22 PM - Name : MDK/SE 11/22/2021 8:57:22 PM - Author : Morten Aune Lyrstad 11/22/2021 8:57:22 PM - Version : 1.4.12 11/22/2021 8:57:22 PM - Description : A toolkit to help with ingame script (programmable block) development for Keen Software House’s space sandbox Space Engineers.
Space Engineers is trademarked to Keen Software House. This toolkit is fan-made, and its developer has no relation to Keen Software House.
11/22/2021 8:57:22 PM - Locale : en-US
11/22/2021 8:57:22 PM - MoreInfoURL : https://github.com/malware-dev/MDK-SE
11/22/2021 8:57:22 PM - InstalledByMSI : False
11/22/2021 8:57:22 PM - SupportedFrameworkVersionRange : [4.6.1,)
11/22/2021 8:57:22 PM -
11/22/2021 8:57:22 PM - SignatureState : Unsigned
11/22/2021 8:57:22 PM - Supported Products :
11/22/2021 8:57:22 PM - Microsoft.VisualStudio.Community
11/22/2021 8:57:22 PM - Version : [16.8,17.0)
11/22/2021 8:57:22 PM - ProductArchitecture : x86
11/22/2021 8:57:22 PM -
11/22/2021 8:57:22 PM - References :
11/22/2021 8:57:22 PM - Prerequisites :
11/22/2021 8:57:22 PM - -------------------------------------------------------
11/22/2021 8:57:22 PM - Identifier : Microsoft.VisualStudio.Component.CoreEditor
11/22/2021 8:57:22 PM - Name : Visual Studio core editor
11/22/2021 8:57:22 PM - Version : [15.0,)
11/22/2021 8:57:22 PM -
11/22/2021 8:57:22 PM - -------------------------------------------------------
11/22/2021 8:57:22 PM - Identifier : Microsoft.VisualStudio.Component.Roslyn.LanguageServices
11/22/2021 8:57:22 PM - Name : Roslyn Language Services
11/22/2021 8:57:22 PM - Version : [15.0,)
11/22/2021 8:57:22 PM -
11/22/2021 8:57:22 PM - Signature Details…
11/22/2021 8:57:22 PM - Extension is not signed.
11/22/2021 8:57:22 PM -
11/22/2021 8:57:22 PM - Searching for applicable products…
11/22/2021 8:57:22 PM - Found installed product - Global Location
11/22/2021 8:57:22 PM - Found installed product - Visual Studio Community 2022
11/22/2021 8:57:22 PM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.ExtensionService.GetInstallableDataImpl(IInstallableExtension extension, 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.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (5 by maintainers)
Top GitHub Comments
After a CLEAN installation of VS2019 it worked perfectly fine.
Thank you for helping out @malware-dev
I am working now, but I will try to remember to test a clean installation into VS2019 later tonight. As you say, to be 100% sure.
I am working on a 2022 version but it’ll take time, I’m afraid.