Ошибка установки шаблона Angular 7 .Netcore 2 - это расширение невозможно установить ни на один из установленных в настоящее время продуктов
Я установил Visual Studio 2019 и не смог создать шаблон проекта angular 7. Я получаю следующую ошибку:
5/15/2019 3:07:45 AM - Microsoft VSIX Installer
5/15/2019 3:07:45 AM - -------------------------------------------
5/15/2019 3:07:45 AM - vsixinstaller.exe version:
5/15/2019 3:07:45 AM - 16.0.2264
5/15/2019 3:07:45 AM - -------------------------------------------
5/15/2019 3:07:45 AM - Command line parameters:
5/15/2019 3:07:45 AM - C:\program files (x86)\microsoft visual studio\installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users\PROMAN~1\AppData\Local\Temp\Angular7Core2VSIXProject-1.vsix
5/15/2019 3:07:45 AM - -------------------------------------------
5/15/2019 3:07:45 AM - Microsoft VSIX Installer
5/15/2019 3:07:45 AM - -------------------------------------------
5/15/2019 3:07:47 AM - Initializing Install...
5/15/2019 3:07:47 AM - Extension Details...
5/15/2019 3:07:47 AM - Identifier : Angular7NetCoreTemplate.0c167100-e183-46d4-a732-e76422bc7dbd
5/15/2019 3:07:47 AM - Name : Angular 7 .NetCore 2 Template
5/15/2019 3:07:47 AM - Author : Luis Tepepa
5/15/2019 3:07:47 AM - Version : 1.0
5/15/2019 3:07:47 AM - Description : Startup project for creating Angular 7 application with .net core 2.1 web api and swagger setup. The Angular side has bootstrap and font awesome.
5/15/2019 3:07:47 AM - Locale : en-US
5/15/2019 3:07:47 AM - MoreInfoURL :
5/15/2019 3:07:47 AM - InstalledByMSI : False
5/15/2019 3:07:47 AM - SupportedFrameworkVersionRange : [4.5,)
5/15/2019 3:07:47 AM -
5/15/2019 3:07:47 AM - SignatureState : Unsigned
5/15/2019 3:07:47 AM - Supported Products :
5/15/2019 3:07:47 AM - Microsoft.VisualStudio.Community
5/15/2019 3:07:47 AM - Version : [15.0,16.0)
5/15/2019 3:07:47 AM -
5/15/2019 3:07:47 AM - References :
5/15/2019 3:07:47 AM - Prerequisites :
5/15/2019 3:07:47 AM - -------------------------------------------------------
5/15/2019 3:07:47 AM - Identifier : Microsoft.VisualStudio.Component.CoreEditor
5/15/2019 3:07:47 AM - Name : Visual Studio core editor
5/15/2019 3:07:47 AM - Version : [15.0,16.0)
5/15/2019 3:07:47 AM -
5/15/2019 3:07:47 AM - Signature Details...
5/15/2019 3:07:47 AM - Extension is not signed.
5/15/2019 3:07:47 AM -
5/15/2019 3:07:47 AM - Searching for applicable products...
5/15/2019 3:07:47 AM - Found installed product - Microsoft Visual Studio Ultimate 2012
5/15/2019 3:07:47 AM - Found installed product - Microsoft Visual Studio Premium 2012
5/15/2019 3:07:47 AM - Found installed product - Microsoft Visual Studio Professional 2012
5/15/2019 3:07:47 AM - Found installed product - Microsoft Visual Studio 2012 Shell (Integrated)
5/15/2019 3:07:47 AM - Found installed product - Global Location
5/15/2019 3:07:47 AM - Found installed product - ssms
5/15/2019 3:07:47 AM - Found installed product - Visual Studio Enterprise 2019
5/15/2019 3:07:47 AM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable & 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.InnerInvoke()
at System.Threading.Tasks.Task.Execute()