Help me to keep my job (:

E

EricDotNet

Hi,

This is my scenario.We have both, Client application & WebService
application running on same machine , but on different
Solution/Project. Since we are using n-tier architecture, we have
additional tier/layer between Presenation layer & WebService Layer.
ie, Web Reference Layer.

So it is , like

Presentation layer <--> web Reference Layer <--> Web Service <--->
Database Layer.

My question, here is , when I run my Client application from
VisualStudio.Net, am not able to debug my WebReference & WebService. I
mean, when it reaches the WebReference or WebService Line , it pauses
for few seconds and it goes to next line in Client application.

So, could somebody advice me, how can I set up the environment , so
that debugger goes thru webservices ?

Please give some advice ASAP...:)
 
S

Scott M.

Open the client application in VS.NET, then add the services layer assembly
project to the same solution as the client application in VS.NET.

Now, when you set a breakpoint in the client application, it will step
through the services assembly code as well.
 

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