We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4619641 commit d8d8d9cCopy full SHA for d8d8d9c
1 file changed
SSIS/PerformanceVisualization/PerformanceTab.cs
@@ -474,6 +474,9 @@ private void RefreshProjectAndPackageProperties()
474
// Refreshes cached target version which is needed in GetPathToDtsExecutable below
475
PackageHelper.SetTargetServerVersion(projectItem.ContainingProject);
476
477
+ //get a new copy of the SSIS app because we just set the target server version
478
+ ssisApp = SSIS.PackageHelper.Application;
479
+
480
//get path to dtexec
481
this.dtexecPath = GetPathToDtsExecutable("dtexec.exe", this.use64Bit);
482
if (this.dtexecPath == null && this.use64Bit)
0 commit comments