Hi!
I've got a package with 1 Dataflow-Task and a script task and a global variable named "test". The scope ist on the package.
In the first dataflow-task i have a oledb connection and e "row count" task. In the adva. editor i set the custom property Variablename to test.
The script task have to look up the variable "test". I tried this with
msgbox dts.variables("test").value
But i get an exception.
Can enyone explain me?
Thanks
Chris