-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The extension installation fails with the following errors:
`2020-02-02 09:37:51 - Beginning to install extension to Microsoft Visual Studio Community 2019...
2020-02-02 09:37:53 - Skipping non-applicable package Microsoft.Windows.UniversalCRT.Msu.8: The current OS Version '10.0.18363.0' is not in the supported version range '[6.2,6.3)'.
2020-02-02 09:37:53 - Skipping non-applicable package Microsoft.Windows.UniversalCRT.Msu.81: The current OS Version '10.0.18363.0' is not in the supported version range '[6.3,6.4)'.
2020-02-02 09:37:53 - Skipping non-applicable package Microsoft.Net.4.7.2.FullRedist: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.16299]'.
2020-02-02 09:37:54 - Skipping non-applicable package Microsoft.VisualStudio.Debugger.DbgHelp.Win8: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
2020-02-02 09:37:54 - Skipping non-applicable package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
2020-02-02 09:37:54 - Skipping non-applicable package Microsoft.VisualStudio.Debugger.Remote.DbgHelp.Win8: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.3]'.
2020-02-02 09:37:54 - Skipping non-applicable package Microsoft.VisualStudio.NuGet.PowershellBindingRedirect: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
2020-02-02 09:37:54 - Skipping non-applicable package Microsoft.Windows.UniversalCRT.Msu.7: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
2020-02-02 09:37:54 - Skipping non-applicable package Microsoft.DiagnosticsHub.KB2882822.Win7: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1,6.2)'.
2020-02-02 09:37:54 - Windows Installer found the package 'msodbcsql,version=16.0.61912.9160,chip=x64,language=en-US' superseded but corresponding compatible package information was not found. Attempts to repair will be skipped and that to uninstall may leave the cache behind.
2020-02-02 09:37:55 - Skipping non-applicable package Microsoft.Ancm.IIS.Msi: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
2020-02-02 09:37:55 - Skipping non-applicable package Microsoft.Ancmv2.IIS.Msi: Required conditions are not satisfied: IISCoreWebEngineInstalledx64 And IISW3SvcInstalledx64
2020-02-02 09:37:55 - Skipping non-applicable package Microsoft.Net.4.8.FullRedist: The current OS Version '10.0.18363.0' is not in the supported version range '[6.1.1,10.0.17763]'.
2020-02-02 09:37:55 - Skipping non-applicable package Microsoft.Azure.PowerShell: Required conditions are not satisfied: Not Powershell5
2020-02-02 09:37:55 - Windows Installer found the package 'CPython2.Msi.x64,version=2.7.16,chip=x64' superseded but corresponding compatible package information was not found. Attempts to repair will be skipped and that to uninstall may leave the cache behind.
2020-02-02 09:37:55 - Skipping non-applicable package Microsoft.VisualStudio.OfficeDeveloperTools.WindowsIdentityFoundation.Msu: The current OS Version '10.0.18363.0' is not in the supported version range '(,6.2)'.
2020-02-02 09:37:55 - Pre-check verification: Save your work before continuing. We need to close the following process:
- Visual Studio Standard Collector Service 150 (VSStandardCollectorService150)
Select Continue to save its current state, close it, and restart it if it is a non-elevated process when the installation is done.
2020-02-02 09:37:55 - Pre-check verification failed with warning(s) : VSProcessesRunning.
2020-02-02 09:37:55 - Install Error : System.AggregateException: One or more errors occurred. ---> System.OperationCanceledException: Pre-check verification failed with warning(s) : VSProcessesRunning. ---> Microsoft.VisualStudio.Setup.CanceledByPrecheckException: Pre-check verification failed with warning(s) : VSProcessesRunning.
--- End of inner exception stack trace ---
at Microsoft.VisualStudio.Setup.PrecheckManager.RunPrechecks(PrecheckParameters precheckParameters, VariableCollection properties)
at Microsoft.VisualStudio.Setup.Engine.RunPrecheck(String destination, Product product, ExecuteAction action, IWindowsRestartManager rmService, ITelemetryOperation installOperation, InstallOperation install)
at Microsoft.VisualStudio.Setup.Engine.Install(Product product, String destination, CancellationToken token)
at Microsoft.VisualStudio.ExtensionManager.SetupEngineService.b__14_0()
at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at Microsoft.VisualStudio.ExtensionManager.SetupEngineService.Install() at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.PerformSetupEngineInstall(InstallableExtensionImpl extension, Boolean installPerMachine, Boolean isPackComponent, IDictionary2 extensionsInstalledSoFar, List1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, IProgress1 progress, InstallFlags installFlags, AsyncOperation asyncOp, Version targetedVsVersion, IInstalledExtension& newExtension)
at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallInternal(InstallableExtensionImpl extension, InstallFlags installFlags, IDictionary2 extensionsInstalledSoFar, List1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, IProgress1 progress, Version targetedVsVersion) at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.BeginInstall(IInstallableExtension installableExtension, InstallFlags installFlags, AsyncOperation asyncOp, Version targetedVsVersion) at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallWorker(IInstallableExtension extension, InstallFlags installFlags, AsyncOperation asyncOp) ---> (Inner Exception #0) System.OperationCanceledException: Pre-check verification failed with warning(s) : VSProcessesRunning. ---> Microsoft.VisualStudio.Setup.CanceledByPrecheckException: Pre-check verification failed with warning(s) : VSProcessesRunning. --- End of inner exception stack trace --- at Microsoft.VisualStudio.Setup.PrecheckManager.RunPrechecks(PrecheckParameters precheckParameters, VariableCollection properties) at Microsoft.VisualStudio.Setup.Engine.RunPrecheck(String destination, Product product, ExecuteAction action, IWindowsRestartManager rmService, ITelemetryOperation installOperation, InstallOperation install) at Microsoft.VisualStudio.Setup.Engine.Install(Product product, String destination, CancellationToken token) at Microsoft.VisualStudio.ExtensionManager.SetupEngineService.<Install>b__14_0() at System.Threading.Tasks.Task1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
`