แก้ไข

แชร์ผ่าน


Lesson 1: Adding a Pipelines Project to the Solution

In this lesson, you add a new BizTalk project for SWIFT pipelines to the solution so you can customize your send and receive pipelines.

To add a new SWIFT pipelines project to the solution

  1. In Visual Studio, click File, point to New, and then click Project.

  2. In the New Project dialog box, in the Project types pane, select the BizTalk Projects folder.

  3. In the Templates pane, select Empty BizTalk Server Project.

  4. In the Name box, type SWIFTPipelines as the project name.

  5. In the Solution box, select Add to Solution. In the Location box, browse to select <drive:>\labs\SWIFTProject is selected.

  6. Click OK to open the new project.

    Visual Studio adds a new project to Solution Explorer, and creates the project folder and files in the <drive>:\Labs\SWIFTProject folder.

  7. Apply the assembly key file that you created in lesson 2 of module 2 to the SWIFTPipelines project. For more information, see Lesson 2: Creating a Strong-Named BizTalk Assembly for the SWIFTSchemas Project.

    Proceed to Lesson 2: Adding Project References.