Debugging Web Service.

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)
 
A

Alvin Bruney [MVP]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top