Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

I am trying to debug Script task and it is giving me following error.

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

like image 983
Beginner Avatar asked Nov 26 '14 15:11

Beginner


1 Answers

I got the solution. Need to change 'Run64bitRunTime' property to False.

1.Go to project menu in BIDS.

2.Go to properties.

3.In debugging category change the property 'Run64bitRunTime' to False.

like image 150
Beginner Avatar answered Nov 07 '22 22:11

Beginner