|
Home > Archive > BizTalk Server General > October 2005 > Problem adding custom pipeline component to toolbox
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 |
Problem adding custom pipeline component to toolbox
|
|
|
| Hi,
I have created a custom pipeline tool but I am having trouble adding it to
the toolbox. When I try and add it I get a message saying there are no
components in xxx that can be placed on the toolbox.
My component implements the following interfaces:
Microsoft.BizTalk.Component.Interop.IDisassemblerComponent
IBaseComponent
IPersistPropertyBag
IComponentUI
Unfortunately, the error message doesn't really help me and I can't see why
it cannot be added to the toolbox. Anyone any ideas of what I should look for?
Cheers,
Gary
| |
|
| Actually, the message I am now getting is "You have selected an invalid
pipeline component assembly. Please check security settings if you are
loading it from an UNC path"
p.s. I'm not loading it from a UNC path
Cheers
"Gary" wrote:
> Hi,
>
> I have created a custom pipeline tool but I am having trouble adding it to
> the toolbox. When I try and add it I get a message saying there are no
> components in xxx that can be placed on the toolbox.
>
> My component implements the following interfaces:
>
> Microsoft.BizTalk.Component.Interop.IDisassemblerComponent
> IBaseComponent
> IPersistPropertyBag
> IComponentUI
>
> Unfortunately, the error message doesn't really help me and I can't see why
> it cannot be added to the toolbox. Anyone any ideas of what I should look for?
>
> Cheers,
> Gary
| |
|
| Don't worry, it's late Friday afternoon so I opted for the other approach -
downloading the pipeline component wizard from:
http://www.gotdotnet.com/Workspaces...ee-48cfcd5abf4a
obviously I had done something wrong somewhere with my attempt as the
component generated by the wizard worked first time.
Roll on 5 o'clock
"Gary" wrote:
[vbcol=seagreen]
> Actually, the message I am now getting is "You have selected an invalid
> pipeline component assembly. Please check security settings if you are
> loading it from an UNC path"
>
> p.s. I'm not loading it from a UNC path
>
> Cheers
>
> "Gary" wrote:
>
| |
| Jeremy Chapman 2005-09-30, 8:47 pm |
| I've installed this, how do I go about using it?
"Gary" <Gary@discussions.microsoft.com> wrote in message
news:CDA97F43-4767-4B06-9DD5-41713C27AC0E@microsoft.com...[vbcol=seagreen]
> Don't worry, it's late Friday afternoon so I opted for the other
> approach -
> downloading the pipeline component wizard from:
> http://www.gotdotnet.com/Workspaces...ee-48cfcd5abf4a
>
> obviously I had done something wrong somewhere with my attempt as the
> component generated by the wizard worked first time.
>
> Roll on 5 o'clock
>
> "Gary" wrote:
>
| |
|
| Hi Jeremy,
You need to open up the solution in visual studio and then build the
PipelineComponentWizard Setup project. Once you have done this, run the newly
created setup.exe and install the wizard.
Once this is done, create a new project and select BizTalk Server Pipeline
Component Project.
http://martijnh.blogspot.com/2004/0...ent-wizard.html
"Jeremy Chapman" wrote:
> I've installed this, how do I go about using it?
>
> "Gary" <Gary@discussions.microsoft.com> wrote in message
> news:CDA97F43-4767-4B06-9DD5-41713C27AC0E@microsoft.com...
>
>
>
|
|
|
|
|