I have created a custom control flow task, and having an issue when it comes to using this control.
This control has about 10 custom property values, and I set the property values during design time of the SSIS package and at that time the values are properly set and the validate method passes. As soon as I execute the package, the validate method is called again and all those property values are lost. I have tested this out by displaying a message boxes during the validate and execute methods of the custom task.
Anyone have a clue what I am doing wrong here??