Add …
“C:Program FilesMicrosoft Visual Studio 8SDKv2.0BinGacUtil.exe” /nologo /i “$(TargetPath)” /f
xcopy “$(TargetPath)” “C:Program FilesMicrosoft BizTalk Server 2006Pipeline Components” /d /y
to the ‘Post Build event command line’ for the pipeline support component project in visual studio. This will automatically put the support dll in the GAC and BizTalk’s Pipeline component directory on building the solution/project.
Build the project.
Right Click on title bar and select Choose items. Click on the BizTalk Pipeline Components tab and select the new component from the list. If it is not available in the list Browse to the BizTalk pipeline component folder (C:Program FilesMicrosoft BizTalk Server 2006Pipeline Components) and select the dll.