Trying to use instance class variable in map

Home Page Forums BizTalk 2004 – BizTalk 2010 Trying to use instance class variable in map

Viewing 1 reply thread
  • Author
    Posts
    • #21788

      Getting Error: “error btm1021: Inline Script Error: The type or namespace name xxxx could not be found (are you missing a using directive or an assembly reference?)”

      The BTProject has a reference to the required assembly, and it’s in the GAC.

      I’m trying to use an existing C# class in a map and create an instance variable (not a static usage).

      I referenced this page – but not that much help:
      http://msdn.microsoft.com/en-us/library/533texsx(vs.71).aspx 

      Thanks,
      Neal

       

    • #21804

      If you want to use an existing class library in a map you should use a “Script” functoid that is configured to use an external assembly.  You do this by setting the script type to “External Assembly”.  You then specify the assembly, class and method.

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