Skip to main content

Posts

Showing posts from November, 2021

Add Self Signed (SSL) Certificate to Trusted Root Certification Authority - NAV 2016

Hi Everyone, In this article we will see Steps to Add SSL Certificate to Trusted Root Certification Authority in system. In previous blog we have seen how to Create and Export new SSL Certificate, refer here: https://kunalhuria.blogspot.com/2021/11/microsoft-dynamics-navision-2016-create.html Basically these are the two ways to Add Certificate to Trusted Root Certification Authority: First Way:-  Step-(1) Open  the Microsoft Management Console by (Start > MMC) or Press Win + R key (Run command) and type mmc.exe and click on OK button. Step-(2) Choose File then click on Add/Remove Snap-in in the standalone tab, choose add Step-(3) Now,  Choose the certificates and click on Add button as shown below: Step-(4) I n the wizard, choose the Computer Account >> Local Computer and  press finish to end the wizard. Step-(5)  Close the Add/Remove Snap-in dialog box now. Step-(6) Navigate to Certificates (Local Computer) and choose the Trusted Root Certification Authorities store to

Create SSL Certificate using IIS - Microsoft Dynamics Navision 2016

Hi Readers, In this blog we will see how we can create SSL certificate for Demo environment and attach it in Nav Administration to access NavUserPassword. Creating SSL Certificate using IIS :- Step-1 Open  Internet Information Services (IIS) Manager. Step-2 Now select the server where you want to generate the certificate under Connections in left side menu and double click on Server Certificates under IIS tab as shown below: Step-3 Click on Self-Signed Certificate on Action menu shown right side of the window: Step-4 Now Enter the friendly name for the certificate and click on ok button : Step-5 SSL certificate is generated and you will see that in server certificates list. Step-6 Now double click on certificate we have generated (Ex-KunalBlog) and click on Details  option to copy the Thumbprint of the certificate for further use. Step-7 You can also Export the certificate by just Right click on it and choose Export option, specify the path & Password as shown below: Now

Error Fixed - An error occurred when opening the report designer. A supported version of Visual Studio could not be found (NAV 2016)

Hi Nav Users, In this article we will see how to solve the below mentioned Error in NAV 2016. I am facing this error while opening the RDLC Report designer (Report Layout): --------------------------- Microsoft Dynamics NAV Development Environment -------------An error occurred when opening the report designer. A supported version of Visual Studio could not be found. --------------------------- OK -------------------------- Solution:-  We have to just create the blank folder in Local Disk (C) Directory as mentioned below: C:\ProgramData\Microsoft\VisualStudio\10.0 Note:- Also just check if Use Report Builder value is Yes in Development Environment under  Tools >> Options >> Use Report Builder >> Yes. Now just Restart the Development Environment and then Report layout designer screen will open. I hope this will help you. Stay tuned for more articles!!