Search code examples
ssissql-server-data-tools

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


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.