Skip to content

Commit f5b334b

Browse files
committed
Fix 2014 project reference to ExpressiomnEditor, wrong major version. Adding some 2014 referenced assemblies. Spelling in commet for FindVariables. Minor path reference fix for 2016 project
1 parent 7476209 commit f5b334b

5 files changed

Lines changed: 2 additions & 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.

SQL2016_BidsHelper.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
<Private>False</Private>
721721
</Reference>
722722
<Reference Include="Microsoft.DataTransformationServices.Design">
723-
<HintPath>DLLs\SQL2016\References\\Microsoft.DataTransformationServices.Design.DLL</HintPath>
723+
<HintPath>DLLs\SQL2016\References\Microsoft.DataTransformationServices.Design.DLL</HintPath>
724724
<Private>False</Private>
725725
</Reference>
726726
<Reference Include="Microsoft.DataTransformationServices.VsIntegration">

SSIS/FindVariables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ protected virtual void OnRaiseVariableFound(VariableFoundEventArgs e)
765765

766766
private void CheckExecuteSQLTask(TaskHost taskHost, TreeNode parent)
767767
{
768-
// Use reflection yo examine parameter and result binding collections, so that we avoid a direct reference to the assembly
768+
// Use reflection to examine parameter and result binding collections, so that we avoid a direct reference to the assembly
769769
// That causes issues when changing target versions in VS 2015 and SQL 2016 (OneDesigner) tools
770770
// Could investigate C# dynamic keyword, but this is tried and tested for now.
771771
TreeNode parameterBindings = AddFolder("ParameterBindings", parent);

0 commit comments

Comments
 (0)