Groups | Blog | Home
all groups > dotnet general > october 2004 >

dotnet general : Help me to keep my job (:


ericcf_smile NO[at]SPAM yahoo.com
10/20/2004 6:41:42 PM
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 ?

Scott M.
10/20/2004 11:42:27 PM
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.


[quoted text, click to view]

AddThis Social Bookmark Button