06-29-04 10:51 PM
Hello,
>I am new in BT2004 and doing my first map,so I am really sorry for silly q
uestion.
>Does anybody know the "Step by Step" way to create a functoid with external
assembly call with
>step-by-step instractions how to create an external assembly and how to register it
in GAC?
BizTalk SDK contains a sample functoid and this page is a step by step giude
on how to run it:
http://msdn.microsoft.com/library/e.../>
?frame=true
Instead of doing the steps under "How to run the sample", I suggest you do t
he following:
1) From a Visual Studio.NET BizTalk project, right-click the Toolbox, and se
lect Add/Remove Toolbox Items....
2) In the Customize Toolbox dialog box, select the Functoids tab.
3)Click Browse, and navigate to <bts directory>\Developer Tools\Mapper Exten
sions and select your assembly.
4) Click OK to close all dialogs.
5) Close the current solution (if any) and create a new BizTalk poroject
6) Add a new item of type map
7) Switch to the toolbox when the map is visible in visual studio
OBSERVE: your functoid has been installed under "string functoid".
To GAC an assembly: in a Visual Studio command prompt
(Start->Program Files->Microsoft Visual Studio .NET 2003->Visual Studio .NET
Tools->Visual Studio .NET 2003 Command prompt)
enter the command: gacutil /if <fullpath to the assembly to gac>
Thanks.
-Gilles.
[ Post a follow-up to this message ]
|