CustomTaskUI Implementation in C# -
06-24-2004
, 07:17 AM
Hi
I've implemented the example as per the "Using DTS for Business Intelligence
Solutions Best Practices" guide.
http://msdn.microsoft.com/sql/defaul...tBPwithDTS.asp
When I create a new package and put the custom task in, the UI works as
expected.
However, when editing an existing package, the MMC terminates unexpectantly
when the form is shown.
Any help is appreciated.
Chris Stefano
BTW: the EHTask class needs the
"ClassInterface(ClassInterfaceType.AutoDual)" attribute to be applied so
that it's properties are available to the DTS designer. |