I am experiencing a weird behavior with SSIS parameters.
At the start of the SSIS package, I have a script task. In the Script Task Editor I select a package parameter as a read only variable.
When I execute the package, Visual Studio crashes.
Other Details:
- Visual Studio 2015
- Target Server Version is SQL Server 2012
- Execute Script by itself will work
- SQL Server Data Tools - 14.0.60923.0
- Two data flows and an email task after the Script Task
- Disable data flows and it works without crashing VS
Is there a problem using package parameters in this manner?
It crashes shortly after I right click and select Execute Package. No break points set.