Control add-in implementation

Let's create a control add-in by performing the following steps:

  1. To create a Windows client NAV control add-in, open Visual Studio and navigate to New | Project….
  2. On the New Project window, under Installed navigate to Visual C# Class Library:

    Control add-in implementation

  3. Give an appropriate name to your solution and click OK. Visual Studio creates an empty class project.
  4. To start the add-in creation, we have to add reference to some .NET assemblies. In the Solution Explorer pane, right-click on References and select Add Reference…. In the Reference Manager window, navigate to Assemblies | Framework and select the following assemblies:
    • System.Drawing ...

Get Building ERP Solutions with Microsoft Dynamics NAV now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.