In the code behind the Script Transformation component, neither the MsgBox nor any of the breakpoints seem to work. Am I missing to do something in order for these to get executed?
Thanks.
Andy.
No, you're right. Breakpoints and msgboxes do not work in script components.
-Jamie
|||So how do we debug code?|||Best way is to throw information events that appear in the output window.
I can't remember the syntax offhand but if you type "Me." intellisense will guide you.
Thinking about it I think its "Me.FireInformation(...)"
-Jamie
No comments:
Post a Comment