04-26-05 10:53 PM
Bah! It never fails...as soon as I leave a question, I find the answer!
I had not put my custom dll into the <BizTalk install root>\Pipeline
Components directory.
STom
"STom" <stombiztalker@hotmail.com> wrote in message
news:u6bM0XqSFHA.980@TK2MSFTNGP14.phx.gbl...
>I have a custom validator pipeline component (XML). I have compiled this
>assembly and placed it in the GAC.
>
> I have a BizTalk project with a custom receive pipeline. I have added this
> custom component by reference and I have added the component to the
> toolbar and into the validation stage of the pipeline. I then build and
> deploy this project. I have both my projects open in separate instances of
> VS.Net.
>
> I have a file receive pipeline to pickup the file and send it through the
> pipeline.
>
> Next, I want to debug into the component, so I attach the dll process to
> BTSNTSvc.exe. I set breakpoints in the Execute method.
>
> I drop a file into the file receive function and it gets picked up. The
> breakpoint is never reached. When I look into HAT I see the message:
>
> There was a failure executing the receive pipeline:
> "Test_UseSamplePipeline.UseSamplePipeline" Source: "mscorlib" Receive
> location:
> " C:\Test_SamplePipelineComponent\Test_Use
SamplePipeline\In\*.xml" Reason:
> File or assembly name MyComp_PipelineComponent.dll, or one of its
> dependencies was not found.
>
> I have the custom pipeline component deployed in the GAC. Why can it not
> be found?
>
> Thanks.
>
> STom
>
>
>
>
[ Post a follow-up to this message ]
|