Many companies use QR Code to print in Dynamics NAV. The NAV Team had released a while a solution using COM.
https://blogs.msdn.microsoft.com/nav/2012/01/19/qr-codes-for-microsoft-dynamics-nav/
The solution is outdated and required a new solution in NAV 2016. NAV 2016 has a 64 bit executable and many COM objects do not run in it.
The following solution uses Zxing Barcode solution. Zxing is an open source free barcoding solution.
It supports UPC-A, EAN-8, EAN-13, Code 39, Code 128, ITF, Codabar, Plessey, MSI, QR Code, PDF-417, Aztec, Data Matrix
You need to download the solution and copy the net4.5 folder into the add-in sub-folder on client and service tier.
Here is a screenshot of the solution.
here is the result
Here are the objects
*This post is locked for comments