DTS: accessing DynamicPropertiesTaskAssignment using .NET -
11-18-2003
, 11:31 AM
Hi,
I have Created a DTS package and added a Dynamic Properties task with a single task assignment using SQL server DTS designer.I saved the package.I am trying to access this Dynamicproperty using C#.I have ireferenced Interops dlls DTS and DTSCustTasks.When I try to Access the DynamicPropertiesTaskAssignment I get an System.Executionengine exception.SAme happened when i used VB.NET.
This doesn't happen if we use VB6.0(I saved the package as VB script from DTS designer and ran it).
(I am using Microsoft .NEt framework 1.0 version 1.0.3705.)
I appreciate your Help&response... |