msawczyn / EFDesigner2022

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
123 stars 21 forks source link

VisualStudio 17.* Version Unable to install #68

Closed Dean-ZhenYao-Wang closed 1 year ago

Dean-ZhenYao-Wang commented 1 year ago

2023/6/17 12:58:27 - Microsoft VSIX Installer 2023/6/17 12:58:27 - ------------------------------------------- 2023/6/17 12:58:27 - vsixinstaller.exe version: 2023/6/17 12:58:27 - 17.6.2164+g40888c9894 2023/6/17 12:58:27 - ------------------------------------------- 2023/6/17 12:58:27 - Command line parameters: 2023/6/17 12:58:27 - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users\JM008\Downloads\Sawczyn.EFDesigner.EFModel.DslPackage.vsix 2023/6/17 12:58:27 - ------------------------------------------- 2023/6/17 12:58:27 - Microsoft VSIX Installer 2023/6/17 12:58:27 - ------------------------------------------- 2023/6/17 12:58:29 - Skipping product Microsoft.VisualStudio.Product.BuildTools (c5cd5b83) since it does not support extensions 2023/6/17 12:58:29 - Initializing Install... 2023/6/17 12:58:29 - 正在搜索适用的产品... 2023/6/17 12:58:30 - 找到的已安装产品 - Visual Studio Community 2022 2023/6/17 12:58:30 - 找到的已安装产品 - ssms 2023/6/17 12:58:30 - 找到的已安装产品 - 全局位置 2023/6/17 12:58:30 - 扩展详细信息... 2023/6/17 12:58:30 - Identifier : 56bbe1ba-aaee-4883-848f-e3c8656f8db2 2023/6/17 12:58:30 - Name : Entity Framework Visual Editor 2023/6/17 12:58:30 - Author : Michael Sawczyn 2023/6/17 12:58:30 - Version : 3.0.7.2 2023/6/17 12:58:30 - Description : Entity Framework visual editor for EF6, EFCore and beyond. 2023/6/17 12:58:30 - Locale : en-US 2023/6/17 12:58:30 - MoreInfoURL : 2023/6/17 12:58:30 - InstalledByMSI : False 2023/6/17 12:58:30 - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647] 2023/6/17 12:58:30 - SignatureState : Unsigned 2023/6/17 12:58:30 - 支持的产品 : 2023/6/17 12:58:30 - Microsoft.VisualStudio.Community 2023/6/17 12:58:30 - Version : [16.0,17.0) 2023/6/17 12:58:30 - ProductArchitecture : x86 2023/6/17 12:58:30 - 引用 : 2023/6/17 12:58:30 - 系统必备 : 2023/6/17 12:58:30 - ------------------------------------------------------- 2023/6/17 12:58:30 - Identifier : Microsoft.VisualStudio.Component.CoreEditor 2023/6/17 12:58:30 - Name : Visual Studio core editor 2023/6/17 12:58:30 - Version : [16.0,) 2023/6/17 12:58:30 - 签名详细信息... 2023/6/17 12:58:30 - Extension is not signed. 2023/6/17 12:58:30 - VSIXInstaller.NoApplicableSKUsException: 此扩展不能安装在任何当前安装的产品上。 在 VSIXInstaller.ExtensionService.GetInstallableDataImpl(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& skuData) 在 VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& skuData) 在 VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported) 在 VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported) 在 VSIXInstaller.App.Initialize(Boolean isRepairSupported) 在 VSIXInstaller.App.Initialize() 在 System.Threading.Tasks.Task`1.InnerInvoke() 在 System.Threading.Tasks.Task.Execute()

msawczyn commented 1 year ago

You're installing the extension designed for VS2019, but the installer only finds VS2022.

You can get the most current version for VS2022 here or here.

msawczyn commented 1 year ago

Closing. Resolved as user error.