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."
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.
BIDS , , Run64bitRunTime False. script.
MessageBox.Show System.Windows.Forms. ( .)
http://microsoft-ssis.blogspot.com/2011/04/breakpoint-does-not-work-within-ssis.html http://msdn.microsoft.com/en-us/library/ms136033.aspx