I am trying to execute a SSIS Package from C#(VS 2017), this SSIS Package has conditional Split in it . but I could run a simple SSIS Package to execute a Procedure.
I am getting the Below error:
Data Flow Task: The module containing "Conditional Split, clsid {7F88F654-4E20-4D14-84F4-AF9C925D3087}" is not registered or installed correctly.
Data Flow Task: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "Conditional Split;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;0".
Data Flow Task: Conditional Split failed validation and returned error code 0xC0048021.
Data Flow Task: One or more component failed validation.
Data Flow Task: There were errors during task validation.
VS 2017 ,SQL Server 2012 With data tools are installed my machine.
I dont see SQL Server Integration Services in services.msc
