I have a script task for Event handler on OnPreexecute for Data Flow Task(executable).
Basically doing a data export to a flat file.
Script has
MessageBox.Show ("Everthing good")
SSIS package executes fine but it doesn't display the msg.
I was expecting to see the message before execution, am i wrong??