Problem with VSIX Installer errors using VS 2017

  • Thread starter Thread starter msavoy
  • Start date Start date
M

msavoy

Guest
I just installed VS 2017. I was on VS 2015. For 2 days I've been googling this issue and seen multiple posts but can't seem to make mine work. I uninstalled the SSDT for 2015 using Control Panel and uninstalled the ASA and Reporting Service projects in the installer but I still keep getting this error when trying to install the ASA and Reporting Service projects via the installer:

06/19/2019 07:53:42 - Capping recursion at 5 directories in each extension root due to 'default limit'.

06/19/2019 07:53:42 - Skipping 'C:\Program Files (x86)\Common Files\Microsoft\ExtensionManager\Extensions' as it doesn't exist
06/19/2019 07:53:42 - Skipping 'C:\Users\msavoy\AppData\Local\Microsoft SDKs' as it doesn't exist
06/19/2019 07:53:42 - Beginning to install extension to Microsoft Visual Studio Professional 2017...
06/19/2019 07:53:45 - Install Error : Microsoft.VisualStudio.ExtensionManager.BreaksExistingExtensionsException: This extension cannot be installed because the following extensions contain dependencies that would be broken as a result of this installation:
- Microsoft Integration Services Projects
at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.ExtensionRequiresAdditionalOperationForInstall(InstallableExtensionImpl extension, IInstalledExtensionList modifiedInstalledExtensionsList, Boolean isNestedExtension, InstallFlags flags, Boolean& performExtensionUpdate)
at Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.InstallInternal(InstallableExtensionImpl extension, InstallFlags installFlags, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, IProgress`1 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)

Any help/direction would be appreciated. Thanks.

Continue reading...
 
Back
Top