Building an integration

To build the integration, complete the following procedure:

  1. Set the solution configuration.

    If you're building a test version of the integration, set the solution configuration to "Debug". If you are building a final version of the integration, set the solution configuration to "Release".

    Cc543592.VSTDGP_BuildSource(en-us,MSDN.10).gif

  2. Build the solution.

    Choose Build Solution from the Build menu.

  3. Verify there were no build warnings.

    If there were build warnings, fix them and build again.

  4. Copy the assembly to the AddIns folder.

    Copy the assembly for your integration from the "Debug" or "Release" folder for your project to the AddIns folder in the Microsoft Dynamics GP installation.

  5. Copy any application assemblies needed.

    If you created any application assemblies for your integration, be sure to copy them to the Microsoft Dynamics GP folder.

  6. Start Microsoft Dynamics GP.

    Your integrating application should be loaded when Microsoft Dynamics GP starts. Verify that your integration is working properly.