• I have got dialogue box added to SSIS package,through script at the end,that populates when process is completed.

    But it throws the below error when called from SSMS job “Script Task: Error: Exception has been thrown by the target of an invocation”

    Script has just below code is in C#

    System.Windows.Forms.MessageBox.Show(“Process has completed”);

    Please clarify.