Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Getting error on Custom Pipe line component.. › Re: Getting error on Custom Pipe line component..
Hi wmichel,
thanks for your reply…I have added component same way …i have reset the toolbox also…but no luck…then i have again created a new class library with new GUID…i can able to see the pipeline component…i have three question
1) what is the relation between? it is suppose to be same?
[System.Runtime.InteropServices.Guid(“DEE41A46-A104-40b0-A94F-3E0457425838”)]
AND
public void GetClassID(out Guid classID)
{
classID = new Guid(“655B591F-8994-4e52-8ECD-2D7E8E78B25C”);
}
2) If i have declared [ComponentCategory(CategoryTypes.CATID_Any)]
why it is asking me to implement “IDisassemblerComponent” when i am draging to Disassemble stage?
3) How to bebug pipeline component? is there any tools avaible?