i am trying to debug an sql store proc from my VB.Net IDE environment, but when i put the breakpoint in the store proc code, it doesnt breaks there, and it shows the following message:
The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time. Object containing the breakpoint not loaded
i have follow all the configurations options. and it only works when trying to debug from the store procedure itself, but not when i am calling it from the vb code.
The breakpoint will not currently be hit. Unable to bind SQL breakpoint at this time. Object containing the breakpoint not loaded
i have follow all the configurations options. and it only works when trying to debug from the store procedure itself, but not when i am calling it from the vb code.