Debugging SSIS Script Tasks on x64
A coworker of mine complained that Integration Services doesn’t let you debug script tasks on x64. I found an easy workaround to disable the x64 runtime.
- Right-click the project node and click Properties.
- Switch to the Debugging tab and change the Run64BitRuntime to False.
Hit F5 and breakpoint will be hit.