|
Home > Archive > BizTalk Server General > October 2005 > How to debug Transmit Adapter?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to debug Transmit Adapter?
|
|
|
| Hello all
U've developed custom adapter for BizTalk but I'm experiencing difficulties
with debugging transmit part of it.
Receive adapter is Isolated so there is no problem - just run in debug
Isolated app and debug it.
But Transmit Adapter is just assembly and I can't debug it even when VStudio
is attached to BTSNTSvc.exe process!
any clues?
| |
| Leo Gan 2005-10-05, 9:01 pm |
| Hi,
Interesting.
I can debug my Adapter attaching to BTSNTSvc.exe.
Maybe U don't get breakpoints?
--
Leonid Ganeline,
BizTalk Developer
http://public.fotki.com/leogan/
"ER" <er4forums@mail.ru> wrote in message
news:eTPbdqZyFHA.2132@TK2MSFTNGP15.phx.gbl...
> Hello all
> U've developed custom adapter for BizTalk but I'm experiencing
> difficulties
> with debugging transmit part of it.
> Receive adapter is Isolated so there is no problem - just run in debug
> Isolated app and debug it.
> But Transmit Adapter is just assembly and I can't debug it even when
> VStudio
> is attached to BTSNTSvc.exe process!
> any clues?
>
>
>
| |
|
| I set breakpoints, but as I can see assembly even was not loaded...
I want to debug it because it doesn't work - BTS suspends orchestration with
exception on send shape with this transport
Exception type: XlangSoapException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void VerifyTransport(Microsoft.XLANGs.Core.Envelope, Int32,
Microsoft.XLANGs.Core.Context)
"Leo Gan" <leo_gan_57@hotmail.com> wrote in message
news:urkrqYgyFHA.3700@TK2MSFTNGP10.phx.gbl...
> Hi,
> Interesting.
> I can debug my Adapter attaching to BTSNTSvc.exe.
> Maybe U don't get breakpoints?
>
> --
> Leonid Ganeline,
> BizTalk Developer
> http://public.fotki.com/leogan/
> "ER" <er4forums@mail.ru> wrote in message
> news:eTPbdqZyFHA.2132@TK2MSFTNGP15.phx.gbl...
>
>
|
|
|
|
|