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

sql-server-data-tools, ssis

Solution

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.

Problem

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".

Original source