Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install extension on VS Enterpise 2019 #2

Closed
zgwerby opened this issue Jul 8, 2019 · 3 comments · Fixed by #3
Closed

Cannot install extension on VS Enterpise 2019 #2

zgwerby opened this issue Jul 8, 2019 · 3 comments · Fixed by #3

Comments

@zgwerby
Copy link

zgwerby commented Jul 8, 2019

08.07.2019 15:29:08 - Начинается установка расширения Microsoft Visual Studio Enterprise 2019...
08.07.2019 15:29:10 - Ошибка установки: Microsoft.VisualStudio.ExtensionManager.MissingReferencesException: Не удается установить это расширение, поскольку отсутствуют следующие ссылки:
-Microsoft.Net.Component.4.5.TargetingPack (Microsoft.Net.Component.4.5.TargetingPack)
   в Microsoft.VisualStudio.ExtensionManager.EngineUtilities.EnsureNoMissingReferences(IEnumerable`1 missingRefs)
   в Microsoft.VisualStudio.ExtensionManager.PackageInstaller.PrepareEngineInstall(IDependencyGraph dGraph, IDependencyComparisonSeed seed, Component vsixComponent, Boolean isProductComponent, Int32& totalInstallationSteps)
   в Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.PerformSetupEngineInstall(InstallableExtensionImpl extension, Boolean installPerMachine, Boolean isPackComponent, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, IProgress`1 progress, InstallFlags installFlags, AsyncOperation asyncOp, Version targetedVsVersion, IInstalledExtension& newExtension)
   в Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallInternal(InstallableExtensionImpl extension, InstallFlags installFlags, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, IProgress`1 progress, Version targetedVsVersion)
   в Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.BeginInstall(IInstallableExtension installableExtension, InstallFlags installFlags, AsyncOperation asyncOp, Version targetedVsVersion)
   в Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallWorker(IInstallableExtension extension, InstallFlags installFlags, AsyncOperation asyncOp)

Зависимость Microsoft.Net.Component.4.5.TargetingPack установлена
screen-MAYBORODIN-PC-000502
screen-MAYBORODIN-PC-000503

@FoggyFinder FoggyFinder mentioned this issue Jul 8, 2019
Kir-Antipov added a commit that referenced this issue Jul 9, 2019
@Kir-Antipov
Copy link
Owner

This (or next) evening I'll publish update to Marketplace)

@zgwerby
Copy link
Author

zgwerby commented Jul 9, 2019

This (or next) evening I'll publish update to Marketplace)
Thanks! I don't want steal LinqPad for one (this) .Dump feature

Kir-Antipov added a commit that referenced this issue Jul 13, 2019
- You no longer need to call `DumpExtensions.EnableDumping()` to activate Dumping! (#4)
- Fixed `IOException: The semaphore timeout period has expired` during some calls to DumpExtensions
- `Visual Dump` initialization is much faster now!
- Fixed Visual Studio 2019 installation exception (#2)
@Kir-Antipov
Copy link
Owner

Sorry for waiting so long!
I decided to improve the extensions and the process was a bit delayed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants