Debugging Web Service.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I used to be able to step into a web service call. Now for some reason I no longer can. I have enabled ASP.NET debugging in the project but if I try to step into a web service call the debugger just steps over it. Any ideas

Kevi
(e-mail address removed)
 
do you have your pdb files in the bin directory? Delete them and rebuild
your project. see if that helps

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Kevin Burton said:
I used to be able to step into a web service call. Now for some reason I
no longer can. I have enabled ASP.NET debugging in the project but if I try
to step into a web service call the debugger just steps over it. Any ideas?
 
Back
Top