Microsoft Dynamics NAV Windows client control add-ins are provided in one or more Microsoft Framework .NET-based assemblies, which are .dll files. Control add-in assemblies must be installed on the following computers:

To install control add-in assemblies on the Microsoft Dynamics NAV Windows client

  1. If needed, install the Microsoft Dynamics NAV Windows client on the computer.

    For more information, see Deployment.

  2. On the computer that is running the Microsoft Dynamics NAV Windows client, copy the assemblies that contain the control add-ins to the Add-ins folder of the Microsoft Dynamics NAV Windows client installation.

    By default, the path of this folder is C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Add-ins.

    Note
    You can also include assemblies in a subfolder of the Add-ins folder. This can be useful if you have multiple assemblies and dependencies.

To install control add-in assemblies on the development environment computer

  1. If needed, install the development environment on the computer.

    For more information, see How to: Install C/SIDE Development Environment for Administrative Tasks.

  2. On the computer that is running the development environment, create a folder named Add-in in the development environment installation folder.

    By default, the path of this folder is C:\Program Files\Microsoft Dynamics NAV\60\Classic. If the Add-in folder already exists, then ignore this step.

  3. Copy the assemblies that contain the control add-ins to the Add-ins folder.

    Note
    You can also include assemblies in a subfolder of the Add-ins folder. This can be useful if you have multiple assemblies and dependencies.

See Also