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 ?
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 ?
Browser other questions tagged web-service debug breakpoints
You are not signed in. Login or sign up in order to post.
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
– Jéf Bueno
The Webservice project is in the same solution, I am running in Debug mode and locally.
– Cesar
He’s running both projects?
– Jéf Bueno
I am running an application that calls a function that is in Webservice. I left breakpoint in this function that is in Webservice.
– Cesar
What about webservice? Running as debug too? If not, you already know the problem...
– Jéf Bueno
Yes, the two projects are.
– Cesar
And how do you run two projects in the same solution in debug mode?
– Jéf Bueno
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.
– Cesar