Failed to debug script task in SSIS

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

+4
source share
3 answers

, script. script, . , script, , , , 64- . 32- .

, , , , . , , .

+7

, script. 1. 32 2. , u ... 3.debug 1 script. SIS 1 script. 2 script, ssis script.. script

+1

I also ran into this and found that the script task was configured to optimize the code even for debug mode.

More here

0
source

All Articles