Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building ERP Solutions with Microsoft Dynamics NAV

You're reading from   Building ERP Solutions with Microsoft Dynamics NAV Solve business scenarios using NAV

Arrow left icon
Product type Paperback
Published in Mar 2017
Publisher Packt
ISBN-13 9781787123083
Length 392 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Stefano Demiliani Stefano Demiliani
Author Profile Icon Stefano Demiliani
Stefano Demiliani
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Introduction to Microsoft Dynamics NAV Architectures 2. Configuring Microsoft Dynamics NAV Web Services FREE CHAPTER 3. Creating an Application Using NAV Web Services 4. Using NAV Web Services with Microsoft Power BI 5. Integrating NAV Web Services and External Applications 6. Extending NAV Pages with Control Add-ins 7. Programming Universal Windows Apps with NAV and Devices 8. Exploring Microsoft Azure and its Services 9. Working with NAV and Azure App Service 10. Implementing a Message-Based Architecture with Azure Service Bus and NAV

Control add-in deployment


To use a control add-in on NAV, we need to perform the following steps:

  1. You first to need to sign the control add-in assembly. Open the Visual Studio Command Prompt and go to the directory where you have the compiled control add-in DLL (usually it's in the BIN directory on your project's folder).

    Here you have to launch this command:

    SN.exe -T <NameOfYourDLLAddinFile>
    

    <NameOfYourDLLAddinFile> is the control add-in DLL file.

    Visual Studio signs the assembly and returns a public key token (a 16-character key):

  2. Now we have to copy the control add-in files (DLLs) in the Microsoft Dynamics NAV Windows client add-ins folder, which is usually located here:

            C:\Program Files (x86)\Microsoft Dynamics NAV\
            <NAVVersionNumber>\RoleTailored Client\Add-ins 
    

    <NAVVersionNumber> is the number corresponding to the NAV Version (90 = NAV 2016 and so on).

  3. In our solution, we have created a subfolder called Buttons on our Add-ins folder:

    ...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image