Custom functoid vb import statements

Home Page Forums BizTalk 2004 – BizTalk 2010 Custom functoid vb import statements

Viewing 1 reply thread
  • Author
    Posts
    • #13340

      Does anybody out there know if it is possible to include import statements in a custom scripting functoid within a BizTalk map?
      I want to create a sqlConnection, so need to import System.Data.SqlClient, but \”Imports System.Data.SqlClient\” gives me the error code bc30002. I also tried <%@ import Namespace=\”System.Data.SqlClient\” %>, but this gave an error that a character was not valid.
      Any clues?

    • #13341

      Well you could build a component that does the trick,
      drag it to the gac and use that component in a map…..

      • #13342

        So you don’t think it is possible to do it quite simply within the script itself?

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