Skip to content

Commit d8d8d9c

Browse files
furmangg_cpfurmangg_cp
authored andcommitted
fixing SSIS Execute and Visualize Performance feature in VS2015 when running it first vs. other target server version specific features
1 parent 4619641 commit d8d8d9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SSIS/PerformanceVisualization/PerformanceTab.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,9 @@ private void RefreshProjectAndPackageProperties()
474474
// Refreshes cached target version which is needed in GetPathToDtsExecutable below
475475
PackageHelper.SetTargetServerVersion(projectItem.ContainingProject);
476476

477+
//get a new copy of the SSIS app because we just set the target server version
478+
ssisApp = SSIS.PackageHelper.Application;
479+
477480
//get path to dtexec
478481
this.dtexecPath = GetPathToDtsExecutable("dtexec.exe", this.use64Bit);
479482
if (this.dtexecPath == null && this.use64Bit)

0 commit comments

Comments
 (0)