Create a New AgileConnector Project in AgilePoint NX Developer

To create a new AgileConnector project, do the procedure in this topic.

Screen



Prerequisites

How to Start

  1. Open Microsoft Visual Studio as an administrator.

Procedure

  1. In Microsoft Visual Studio, click File > New > Project.
  2. On the New Project screen, click AgileConnector.
  3. In the Name field, enter the name of the project.
  4. In the Location field, click the Browse, and select the location to create the project.
  5. Click OK.
  6. On the AgileConnector Wizard screen, in the AgileConnector Type field, select the type of AgileConnector to create.
  7. Click Next.
  8. (Optional) To add sample custom dialog to the project, select Add Sample Custom Dialog.
  9. (Optional) In the Custom Dialog Type field, select the type of dialog box to add.
    • Windows Form (WinForm) - A dialog box that shows a message to the user and blocks other actions until the user closes it.
    • Windows Presentation Foundation (WPF) - A dialog box that can be used to show textual information and to allow users to make decisions with buttons.
  10. Click Finish.