Re: Debuging Soap Extension
From: Vern DeHaven (alt_at_lieofone.FILLER.com)
Date: 04/27/04
- Next message: David: "Re: Representing Biz Entity in XML: Use XMLSerializer or custom using XSD?"
- Previous message: Sandeep: "RE: Wierd Error"
- In reply to: alexey: "Re: Debuging Soap Extension"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 15:56:51 -0400
Alexey,
When your extension is part of a class library project (in the same
solution), set a reference to the class library project in your Web
service project. Then, the only startup project needed is the Web service
project. You can set breakpoints normally in the SoapExtension class.
HTH,
Vern
On Tue, 6 Apr 2004 11:55:47 +0300, alexey <smotrov2000@mail.ru> wrote:
> Thanks... It's good if the Soap Extension is a part of the Web Service
> Project...
>
> but what I have to do if my Soap Extension is a separate Class Library
> project in the same Solution as a Client and web service solution?...
>
>
>
> It steel debugs my Soap Extension only on the client side but not in
> the server side.... 8-(((
>
> "Paul Glavich [MVP - ASP.NET]" <glav@aspalliance.com-NOSPAM> wrote in
> message news:#aVHowaGEHA.3940@tk2msftngp13.phx.gbl...
> In VS.NET, right click on your solution and go to the 'Startup
> project' option. Enable the 'Multiple Startup projects' option and make
> sure that the 2 projects (your client and SOAP extension project) are
> set to 'Start'.
>
> When you hit F5, a browser windows will now -also- pop up for your
> SOAp extension project, as well as your client project window and you
> should be able to set breakpoints and step into it.
>
> --
> - Paul Glavich
> Microsoft MVP - ASP.NET
>
>
> "alexey" <smotrov2000@mail.ru> wrote in message
> news:eVekLA$FEHA.3996@TK2MSFTNGP12.phx.gbl...
> If I set Break Point inside my class which overrides SoapExtension
> and use my WebService in my client application (in the same VS.NET
> Solution) it don't stop's in this Break Point.... 8-((( But executes
> SoapExtension.....
>
>
>
> If I set my web Service as a Startup Project the web Service event
> don't execute SoapExtension....
>
>
>
> So the question is:
>
> 1) How to debug SoapExtension if I use it in a Client Application ?
>
> 2) How to execute SoapExtension in a Solution which contains single
> Web Service project if I simple press F5 button ?
>
>
>
> Best regards....
-- "I hope I'm there when there is nothing left to hate." -- Pulse Ultra
- Next message: David: "Re: Representing Biz Entity in XML: Use XMLSerializer or custom using XSD?"
- Previous message: Sandeep: "RE: Wierd Error"
- In reply to: alexey: "Re: Debuging Soap Extension"
- Messages sorted by: [ date ] [ thread ]