c# - How to stop SSIS 2010 Script Task from ignoring breakpoints? -


i working ssis package in bids 2010/visual studio 2010. have script task calls out .net code. have placed breakpoints in code, , can see breakpoint in ssis diagram. whenever debug ssis package, opens visual studio 2010 , ignores breakpoints have placed.

from have read, need set property on project called "run64bitruntime" false. have done this, has no effect on resolving problem. if right click script task , select "edit breakpoints", shows breakpoints checked hit count type of "always". ssis, means exact opposite, because never hits breakpoints.

i have tried setting build x86 in visual studio 2010, again, has had no effect.

where going wrong here?

thanks


Comments