Error adding DTSDynamicPropertiesTask task to Tasks collection -
05-04-2005
, 09:11 PM
Folks,
I am trying to add a Dynamic Properties task to a DTS package that is
generated by our VB.net application. I have got around the Assignments
collection problem by installing the hotfix, but now cannot add the resulting
task object to the package's Tasks collection. Using the Add method results
in an access violation exception.
I've tinkered with the code and it is definitely due to trying to add a task
object that was created using "DTSDynamicPropertiesTask" as the ProgID in the
Tasks.New method. I've tried using the corresponding ClsID but this,
unsuprisingly, gives the same result.
Any ideas? Maybe there's a hotfix for the hotfix?
Thanks |