haacked / Encourage

A bit of encouragment added to Visual Studio
75 stars 32 forks source link

Not installing in VS 2017 #48

Closed AlexYFil closed 2 years ago

AlexYFil commented 6 years ago

VS 2017 Enterprise (ver 15.4.4) Error and log for it attached

image

27.11.2017 18:33:33 - Microsoft VSIX Installer 27.11.2017 18:33:33 - ------------------------------------------- 27.11.2017 18:33:33 - Initializing Install... 27.11.2017 18:33:33 - Extension Details... 27.11.2017 18:33:33 - Identifier : f38d29e7-cd86-43d5-9c32-4be26302b55e 27.11.2017 18:33:33 - Name : Encourage 27.11.2017 18:33:33 - Author : Phil Haack 27.11.2017 18:33:33 - Version : 1.2.1 27.11.2017 18:33:33 - Description : Adds a bit of whimsy to your work day. 27.11.2017 18:33:33 - Locale : en-US 27.11.2017 18:33:33 - MoreInfoURL : https://github.com/haacked/encourage 27.11.2017 18:33:33 - InstalledByMSI : False 27.11.2017 18:33:33 - SupportedFrameworkVersionRange : [4.5,) 27.11.2017 18:33:33 - 27.11.2017 18:33:33 - Supported Products : 27.11.2017 18:33:33 - Microsoft.VisualStudio.Community 27.11.2017 18:33:33 - Version : [11.0,15.0] 27.11.2017 18:33:33 - 27.11.2017 18:33:33 - References : 27.11.2017 18:33:33 - ------------------------------------------------------- 27.11.2017 18:33:33 - Identifier : Microsoft.VisualStudio.MPF.11.0 27.11.2017 18:33:33 - Name : Visual Studio MPF 11.0 27.11.2017 18:33:33 - Version : [11.0] 27.11.2017 18:33:33 - MoreInfoURL : 27.11.2017 18:33:33 - Nested : No 27.11.2017 18:33:33 - 27.11.2017 18:33:33 - 27.11.2017 18:33:33 - Searching for applicable products... 27.11.2017 18:33:33 - Found installed product - Global Location 27.11.2017 18:33:33 - Found installed product - ssms 27.11.2017 18:33:33 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. в VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported) в VSIXInstaller.App.InitializeInstall() в System.Threading.Tasks.Task.InnerInvoke() в System.Threading.Tasks.Task.Execute()

haacked commented 6 years ago

Thanks for the report. What edition of Visual Studio 2017 are you running?

AlexYFil commented 6 years ago

VS 2017 Enterprise (ver 15.4.4)

AlexYFil commented 6 years ago

I think it's because of this: 27.11.2017 18:33:33 - Supported Products : 27.11.2017 18:33:33 - Microsoft.VisualStudio.Community

balassy commented 6 years ago

I could successfully install this extension today for VS 2017 Enterprise. Thanks for creating it, Phil!