Share via


Install the Pipeline Components into the Visual Studio 2005 Toolbox

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Microsoft ESB Guidance includes several pipeline components. To use these components in pipelines you create, you must add them to the Toolbox in Visual Studio 2005.

To add the ESB components to the Visual Studio 2005 Toolbox

  1. Create a new Empty BizTalk Server project in Visual Studio 2005:
    • On the File menu, point to New, and then click Project.
    • In the New Project dialog box, click BizTalk Projects in the tree in the left pane, and then click Empty BizTalk Server Project in the right pane.
    • (Optional) If you want to change the name and location for the new project, type the new names in the Name and Location boxes, then click OK.
  2. Create a new BizTalk pipeline within the new project:
    • Right-click the project item at the top of the Solution Explorer window, point to Add, and then click NewItem.
    • In the Add New Item dialog box, click Pipeline Files in the left pane, click ReceivePipeline in the right pane, and then click Add.
  3. Open the Visual Studio Toolbox, right-click the BizTalk Pipeline Components tab, and then click Choose Items.
  4. In the Choose Toolbox Items dialog box, click the BizTalk Pipeline Components tab.
  5. In the list of available components, select the check box next to each name that starts with "ESB," as shown in Figure 1.
  6. Click OK to add the selected components to the Toolbox.

Ff650767.f2ae80d7-ad2f-45cd-948f-05e995df97cc(en-us,PandP.10).png

Figure 1
Installing the ESB Pipeline Components into the Visual Studio 2005 Toolbox

When adding a new BizTalk receive pipeline in Visual Studio .NET, the appropriate ESB pipeline components appear in the BizTalk Pipeline Components Toolbox, as shown in Figure 2.

Ff650767.4d15b031-03dc-4ee1-9d77-0a04b25a3d14(en-us,PandP.10).png

Figure 2
The ESB Pipeline Components that are appropriate for use in a receive pipeline

When adding a new BizTalk send pipeline in Visual Studio .NET, the appropriate ESB pipeline components appear in the BizTalk Pipeline Components Toolbox, as shown in Figure 3.

Ff650767.0aa19a5f-7010-4201-96df-0c6ff6fc858e(en-us,PandP.10).png

Figure 3
The ESB Pipeline Components that are appropriate for use in a send pipeline

Note

For information about the components included with the ESB Guidance, and their usage, see Using the Pipeline Support Components.

This completes the ESB Guidance installation process.