Search:
Namespaces
Discussions
.NET v1.1
Feedback
Best practise to debug 2 web service that communicate together?!?
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.framework.webservices
.
Post a new message to this list...
gicio@gmx.de
Hi!!
I have a proble with debuging me app!
my application comunicate with a web service and this web service
send a requet to another web service... the 1 web service return the data
from the second web service to the application.
How can I debug the 3 projects (1. windows application / 2 . web service 1 /
3. webservice 2)
in 1 solution?!?
How to set the refereces in this solution to hit all breakpoints in all of
this
3 projects?!?!
Please tel me your best practise to debug web services?!
regards,
gicio
Reply to this message...
Lucien
In Visual Studio you can start it with an empty project and choose debug
processes.
Then choose ASPNET process and you should be able to debug. Best to load the
source file and then set a breakpoint.
<
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Nico Debeuckelaere
I have the same situation as you.
I just include the three webservices in one solution.
Set the Solutions build output property to Debug and I am perfectly able to
debug in all webservices.
Regards,
--
Nico Debeuckelaere
ND-Sign BVBA (Microsoft Certified Partner since 2004)
URL:
http://www.nd-sign.com
== ND-Sign, Designed for you ==
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
<
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
gicio@gmx.de
but are you able to debug the standart class or only the generated proxy
class???
regards,
gicio
"Nico Debeuckelaere" <
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Nico Debeuckelaere
Both
<
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
casey chesnut
the auto gen'd proxy has an attribute to stop debugging.
you need to view all files, then go to the
Reference
.cs,
and remove this line:
[System.Diagnostics.
DebuggerStepThroughAttribute
()]
casey
http://www.brains-N-brawn.com
<
Click here to reveal e-mail address
> wrote in message
news:
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
System.Diagnostics.DebuggerStepThroughAttribute
System.Security.Cryptography.Xml.Reference
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com