Debug Web Service in secondary project in Visual Studio

Asked

Viewed 54 times

0

I created a new project in C# in Visual Studio 2015 and made a reference to a Web Service that is in another secondary project. This Web Service is working normally, but when entering the break point nothing happens. They could help me ?

  • Yes, we can. Be more specific and give more details about your problem. Is the Webservice project in another solution? Are you running it in Debug mode? You are using IIS Express or Local? You can [Edit] your question to add information at any time

  • The Webservice project is in the same solution, I am running in Debug mode and locally.

  • He’s running both projects?

  • I am running an application that calls a function that is in Webservice. I left breakpoint in this function that is in Webservice.

  • What about webservice? Running as debug too? If not, you already know the problem...

  • Yes, the two projects are.

  • And how do you run two projects in the same solution in debug mode?

  • I left both projects in debug mode. I first run the project that will call the method that is in the Web Service. then I place the breakpoint in the method found in my Web Service project.

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.