Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debuging a web service

Status
Not open for further replies.

Fursten

Programmer
Dec 27, 2000
403
0
0
PT
Hi,

Im creating a web service. The web service is working. However I would like to debug it. However when I try to debug it I get an erro messages saying that:

The common language runtime was unable to set the breakpoint.

Any ideias? I alredy try to put the breackpoint in other lines of code.. :)

Thank you
 
I'd google the EXACT error message you're getting and see if there are any docs to help. You should be able to set a breakpoint, run the app and have a web service test screen come up. It's pretty much like running a web app.

You may want to check that you're compiling and running in debug mode, that the web.config allows debugging, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top