Functoid Issue

Viewing 1 reply thread
  • Author
    Posts
    • #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.dll

      When 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,

    • #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.

       

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.