In my SSIS package, I have a script task in addition to other tasks. When I put a debug point in a script task and run the package (in general), ideally it should hit a breakpoint. but now it only opens a new VS window, closes it after a few seconds, and a green checkmark is displayed above the task.
I tried to set the Run64BitRuntime flag to false, and also edit and save the script task again. The problem persists. Any pointers to this?
I have VS 2010 BI, and the machine is 64-bit Windows Server R2
source
share