Creating the Visual Studio project

We recommend using Visual Studio 2005 to create a form factory. The following procedure describes how to create the project that you will use for the form factory.

  1. Start Visual Studio.

If it isn’t already running, start Visual Studio.

  1. Create a new project.

In the File menu, point to New and choose Project.

  1. Specify the project settings.

Choose Visual C# for the project type, and select Class Library in the list of installed templates. Supply the name and location of the project, and then click OK.

  1. Add references for the project.

A reference to the Microsoft.Dexterity.Shell assembly is required for the form factory project. From the Project menu, choose Add Reference. Using the Add Reference window, locate the Microsoft.Dexterity.Shell.dll assembly. This file is located in the Dynamics GP installation folder, typically found in this location:

C:\Program Files\Microsoft Dynamics\GP\


Documentation Feedback