Submitted by oopsconcepts on Wed, 01/28/2009 - 23:39.
To use the Biztalk 2006 Custom Functoid you have created in your application within the Visual Studio 2005 environment, you need to do the following thre step process:
Step 1: Deploy your CustomFunctoid.dll to the GAC using the gacutil (gacutil /i Custom Functoid.dll)
Step 2: Copy the Dll to C:\Program files\Microsoft Biztalk SErver 2006\Developer Tools\Mapper Extensions
Step 3: Now you need to add it to the Functoid Toolbox in the Visual Studio 2005 Environment. Right click on the ToolBox and select Choose Items --> Select Functoids Tab --> Then Browse to your CustomFunctoid.dll and make sure it is checked.
You make it look so easy!.
You make it look so easy!.

To use the Biztalk 2006
To use the Biztalk 2006 Custom Functoid you have created in your application within the Visual Studio 2005 environment, you need to do the following thre step process:
Step 1: Deploy your CustomFunctoid.dll to the GAC using the gacutil (gacutil /i Custom Functoid.dll)
Step 2: Copy the Dll to C:\Program files\Microsoft Biztalk SErver 2006\Developer Tools\Mapper Extensions
Step 3: Now you need to add it to the Functoid Toolbox in the Visual Studio 2005 Environment. Right click on the ToolBox and select Choose Items --> Select Functoids Tab --> Then Browse to your CustomFunctoid.dll and make sure it is checked.