C
ChuckOso
Guest
I upgraded the standalone SSDT using the installer and now I can't edit any script components on my SSIS packages. I can't repair, uninstall, or otherwise modify SSDT because the upgrade didn't install Visual Studio Tools for Applications, in my case VSTA 15.0.27520.3.
Here's the error log when I try a repair:
[17fc:0006][2019-09-11T08:25:35] Error 0x80131500: The dependent package of 'Microsoft.VisualStudio.Product.SQL,version=15.9.28307.858' cannot be found: Component.Microsoft.VisualStudio.Tools.Applications,version=15.0.27520.3.
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.FindDependentPackages(Dependency dependency, DependencyComparer comparer, Dictionary`2 packageIndex, IPackage holder)
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.BuildGraphRecursive(IPackage graphRoot, DependencyNode node, DependencyComparer comparer, Dictionary`2 packageIndex, Dictionary`2 nodeIndex, Boolean splitNodes)
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.BuildGraphCore(IPackage root, IEnumerable`1 packages, DependencyComparer comparer, Dictionary`2 packageIndex, Dictionary`2 nodeIndex, Boolean splitNodes, DependencyCollection deprecated)
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.BuildGraph(IPackage root, IEnumerable`1 packages, Boolean isUpdate, IDependencyComparisonSeed seed, DependencyCollection deprecated)
at Microsoft.VisualStudio.Setup.Engine.GetDependencyGraph(Product product)
at Microsoft.VisualStudio.Setup.Engine.TryBuildDependencyGraph(Product product, Exception& error, Boolean overwrite, ITelemetryOperation telemetryOperation)
[17fc:0006][2019-09-11T08:25:35] Error 0x80131500: The dependent package of 'Microsoft.VisualStudio.Product.SQL,version=15.9.28307.858' cannot be found: Component.Microsoft.VisualStudio.Tools.Applications,version=15.0.27520.3.
at Microsoft.VisualStudio.Setup.Engine.CreateInstallOperation(Product product, String destination, ExecuteAction action, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Engine.Repair(CancellationToken token)
Is there a way to manually install the correct version of VSTA into the correct file location? Or some other way out of this Gordian knot? Thanks!
Continue reading...
Here's the error log when I try a repair:
[17fc:0006][2019-09-11T08:25:35] Error 0x80131500: The dependent package of 'Microsoft.VisualStudio.Product.SQL,version=15.9.28307.858' cannot be found: Component.Microsoft.VisualStudio.Tools.Applications,version=15.0.27520.3.
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.FindDependentPackages(Dependency dependency, DependencyComparer comparer, Dictionary`2 packageIndex, IPackage holder)
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.BuildGraphRecursive(IPackage graphRoot, DependencyNode node, DependencyComparer comparer, Dictionary`2 packageIndex, Dictionary`2 nodeIndex, Boolean splitNodes)
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.BuildGraphCore(IPackage root, IEnumerable`1 packages, DependencyComparer comparer, Dictionary`2 packageIndex, Dictionary`2 nodeIndex, Boolean splitNodes, DependencyCollection deprecated)
at Microsoft.VisualStudio.Setup.Dependencies.DependencyManager.BuildGraph(IPackage root, IEnumerable`1 packages, Boolean isUpdate, IDependencyComparisonSeed seed, DependencyCollection deprecated)
at Microsoft.VisualStudio.Setup.Engine.GetDependencyGraph(Product product)
at Microsoft.VisualStudio.Setup.Engine.TryBuildDependencyGraph(Product product, Exception& error, Boolean overwrite, ITelemetryOperation telemetryOperation)
[17fc:0006][2019-09-11T08:25:35] Error 0x80131500: The dependent package of 'Microsoft.VisualStudio.Product.SQL,version=15.9.28307.858' cannot be found: Component.Microsoft.VisualStudio.Tools.Applications,version=15.0.27520.3.
at Microsoft.VisualStudio.Setup.Engine.CreateInstallOperation(Product product, String destination, ExecuteAction action, ITelemetryOperation telemetryOperation)
at Microsoft.VisualStudio.Setup.Engine.Repair(CancellationToken token)
Is there a way to manually install the correct version of VSTA into the correct file location? Or some other way out of this Gordian knot? Thanks!
Continue reading...