I have a C# application that is supposed to send a date variable to a package. The package runs fine from Visual Studio but when I try to execute it from the application I get a message that says:
"To run a SSIS package outside if SQL Server Data Tools you must install Standard Edition of Integration Services or higher."
I am running the following
Visual Studio Community 2017 15.9.5
SQL Server Data Tools 15.1.61901
Integration Services 15.0.900.30
Even if I do get this installed on my machine does that mean I would need to install it on every workstation that might execute this package? If that's the case I will probably find another way.