I'm developing a ssis
package that consist of multiple task scripts
and sql tasks
,i'm wondering where did i make a mistake that in one of the task scrips nowhere breakpoints hits,in other scripts break points work fine and the issue only persist in one task script.
Please consider following tips Before judging and present your possible solution :
1.There is no error where i build task script
2.Script is responsible for calling a web service
3.I'm pretty sure that script runs because i used MessageBox.Show()
and traced request through codes.
4.I'm using visual studio 2015 and sql server 2016.