T
Tore
I have a windows client communicating with a webservice (distributed
application). I use C# in vs 2005
The webservice contains a number of web methods. I need to set a breakpoint
in the windows client and then single step into the webservice and web
methods. This works fine for 3 out of 4 web methods in the same webservice.
For the last web method it is impossible to single-step from the windows
client into the web method. The single-steps remain within the windows
client, so the web method cannot be properly debugged.
I wonder how I can resolve this? I have tried to remove the web method and
then re-insert it, change the name etc, but without any success.
My project was converted from vs 2003 a couple of days ago. May be there is
a problem with the conversion. Except for the details that need to debugged
everything works fine.
Regards
Tore
application). I use C# in vs 2005
The webservice contains a number of web methods. I need to set a breakpoint
in the windows client and then single step into the webservice and web
methods. This works fine for 3 out of 4 web methods in the same webservice.
For the last web method it is impossible to single-step from the windows
client into the web method. The single-steps remain within the windows
client, so the web method cannot be properly debugged.
I wonder how I can resolve this? I have tried to remove the web method and
then re-insert it, change the name etc, but without any success.
My project was converted from vs 2003 a couple of days ago. May be there is
a problem with the conversion. Except for the details that need to debugged
everything works fine.
Regards
Tore