Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Functoid Issue
- This topic has 6 replies, 1 voice, and was last updated 9 years, 1 month ago by
community-content.
-
AuthorPosts
-
-
August 11, 2009 at 4:28 PM #23009
Hi,
I wrote a custome functoid in C# and did the following:
1. Put a copy of custFunctoid.dll into \Microsoft BizTalk Server 2006\Developer Tools\Mapper Extensions\
2. Added the functoid to Toolbox using Choose Toolbox Items -> Functoids Tab -> select dll from \Microsoft BizTalk Server 2006\Developer Tools\Mapper Extensions\
3. Registed functoid into GAC using gacutil /if custFunctoid.dllWhen I test the functoid in map using “Test Map” I get the following error:
Error
XSL transform error: Unable to write output instance to the following <file:///C:\Documents and Settings\user\Local Settings\Temp\1\_MapData\Map_EDI_810_output.xml>. Could not load file or assembly custFunctoid, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxx’ or one of its dependencies. The system cannot find the file specified.I even added custFunctoid.dll and Oracle.DataAccess.dll to EDI_810_Out’s references. Still I am getting same error.
Any help appreciated.
Thank you,
-
August 11, 2009 at 10:45 PM #23011
I’ve actually never written a custom Functoid… but have you tried testing it though a Receive / Send Port? The context of testing a map inside Visual Studios might be messing it up.
Probably will not help – but never know.
-
August 12, 2009 at 10:00 AM #23021
Thank you stephen.
No luck. I am still getting error when I run the map using send port.
-
August 20, 2009 at 3:51 PM #23077
Hi Siva,
I found this information on building custom functoids:
http://techsavygal.wordpress.com/2006/02/28/creating-custom-functoids-in-biztalk-server-2006/
Hopefully this will help you troubleshoot and solve your problem…
Daniel.
-
August 25, 2009 at 9:54 AM #23120
Thank you Danial, It helped me to fix the issue. Once again, Thank you.
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.