SSIS ScriptTask hangs on Debug -


new ssis packages. working ssis package in visual studio 2013 after installing sql server data tools visual studio 2013

https://www.microsoft.com/en-us/download/details.aspx?id=42313

when edit scripttask, opens visual studio 2012. place breakpoint on line of code want hit in main() method. scripttask's entrypoint set main().

when debug ssis package, gets scripttask , opens visual studio 2012 , that's it. never hits breakpoint. hangs. modal window says window close when debugging has stopped. window has single button on says "stop debugging".

does know happening here? how can hit breakpoint, can debug code?

thanks

to able have debugger hit breakpoint, should change ssis project's "run64bitruntime" propery's value default true false.

but that's not enough. because "script task" still compiled 64bit. should edit script task "edit script" , save again. script task code compiled 32bit.

credits: http://blogs.msdn.com/b/farukcelik/archive/2010/03/17/why-the-breakpoints-that-i-set-in-my-script-task-not-script-component-in-the-data-flow-never-hits.aspx


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -