NoteNote

The content in this topic only applies to Microsoft Dynamics NAV 2009 SP1. For Microsoft Dynamics NAV 2009 content, see Developer and IT Pro Help for Microsoft Dynamics NAV 2009.

RoleTailored client control add-ins are provided in one or more Microsoft Framework .NET–based assemblies, which are .dll files. The assemblies that contain RoleTailored client add-ins are not installed with the default RoleTailored client installation. For any RoleTailored client instance that will use the control add-ins, you must manually install the assemblies.

NoteNote

Control add-ins must also be registered in the Client Add-in table of Microsoft Dynamics NAV database and set up on pages. For more information, see How to: Register a RoleTailored Client Control Add-in and How to: Set up a RoleTailored Client Control Add-in on a Page.

To install RoleTailored client add-in assemblies

  1. If not already done, install the RoleTailored client on the computer.

    For more information, see Install and Configure Microsoft Dynamics NAV 2009 SP1.

  2. On the computer running the RoleTailored client, copy the assemblies that contain the control add-ins to the Add-ins folder of the RoleTailored client installation.

    By default, the path to this folder is C:\Program Files\Microsoft Dynamics NAV\60\RoleTailored Client\Add-ins.

    NoteNote

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

See Also