How to Add a 64-Bit Artifact to an Application

BizTalk Server includes support for 64-bit applications. This means that you can add 64-bit artifacts to a BizTalk application in the same manner as 32-bit artifacts; however, you may encounter the following issues when installing the following 64-bit artifacts on a 32-bit computer:

  • Virtual directory from a Web server that is running a 64-bit worker process. The virtual directory will install on a 32-bit computer, but it may not function correctly. A mismatch will be logged.

  • Unmanaged COM or Managed COM+ components marked as 64 bit. These components will not install on a 32-bit computer.

  • 64-bit scripts saved as .exe files. This type of script may not function correctly.

    For general instructions on adding artifacts, see How to Create or Add an Artifact. For instructions on adding specific artifact types, see Managing Artifacts.

See Also

Creating and Modifying BizTalk Applications
How to Install a BizTalk Application