Adding Custom Task to SSIS Package Error

  • I am trying to create a custom SSIS task using VS 2005 and SQL Server 2005. I believe I have everything correct, registered the assembly in the GAC and everything, then when I go to add the task to an SSIS package, I get the following error (attached).

    I have searched high and low and couldn't find jack on Google to help me resolve my problem.

    I can provide more information if its needed, just ask 🙂

    Thanks!!

    Michael

  • I found the solution to this problem. If you create a custom task that does not have a UI component to it, then all you should need is the following

    <DtsTask(DisplayName:="Custom Error Email Task", _

    TaskType:="Error Email Generator", _

    TaskContact:="SSISSendErrorEmail; XYZ Corp; Created by Michael Esposito 9/11/08", _

    RequiredProductLevel:=DTSProductLevel.None)>

    Happy coding!

    Michael

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply