08-27-04 11:05 PM
You should also be aware of the fact that attaching to the BTSNTSVC.EXE does
not work for messages received through the HTTP adapter. In this case you'll
need to attach to DLLHOST.EXE (Win XP) or W3WP.EXE (Win 2003). This is
because the HTTP Adapter uses the isolated host mode, which means that the
pipeline components are executens in the context of IIS.
Cheers
Stefan Thurow
"Matt Milner" wrote:
> 1) use the pipeline tools in the SDK\Utilities\ folder to test out a
> pipeline configured with your component and see if it works.
>
> 2) create a receive or send with your component in a custom pipeline and r
un
> it. You can attach to the btsntsvc.exe process and set breakpoints in you
r
> code to debug. you might also be able to do the same with the pipeline
> tools mentioned in #1, but I haven't tried it.
>
> matt
>
>
> "Aaron" <someone@microsoft.com> wrote in message
> news:%23AHyIpUiEHA.2704@TK2MSFTNGP10.phx.gbl...
>
>
>
[ Post a follow-up to this message ]
|