You can find documentation related to all the COZYROC SSIS+ Component Suite components from the main products page. Specific documentation for the Script Task Plus can be found at the following link. For many of the components you can find ...
There is an issue in the SSIS framework. It verifies if there are breakpoints set in the standard Script Task and only then enters debug mode. We have found a workaround to debug your scripts. Insert a standard Script Task and set breakpoint in it. ...
The most probable reason for not seeing the script initialization parameters is that the script code failed to compile. Do the following: Break the link to the script task. Go to Script tab and open script IDE. Open the errors pane and check if there ...