Cannot debug script tasks when running under the 64-bit version of the Integration Services runtime

I am trying to debug a Script task and it gives me the following error.

"Cannot debug Script tasks when running under the 64-bit version of the Integration Services runtime."

+4
source share
2 answers

I got a solution. You must change the Run64bitRunTime property to False.

1. Go to the project menu in BIDS.

2. Back to the properties.

3. In the debugging category, change the "Run64bitRunTime" property to False.

+11
source

All Articles