S
stewartmclean
Can anyone explain this strange behaviour?
Create a windows application.
Add a timer (interval 1000, enabled=false).
Start the timer on form_load
In the event handler for the timer:
disable the timer
call a webservice
enable the timer
If you step over the webservice call you get a dialogbox saying 'no
source code available for the current location'. If you just run it
with a breakpoint on the line after the webservice then it will not
get hit.
Its not that I can't work around it, I just wondered if anyone could
explain it as it might have further reaching implications that I don't
understand.
Thanks,
Stewart
Create a windows application.
Add a timer (interval 1000, enabled=false).
Start the timer on form_load
In the event handler for the timer:
disable the timer
call a webservice
enable the timer
If you step over the webservice call you get a dialogbox saying 'no
source code available for the current location'. If you just run it
with a breakpoint on the line after the webservice then it will not
get hit.
Its not that I can't work around it, I just wondered if anyone could
explain it as it might have further reaching implications that I don't
understand.
Thanks,
Stewart