All Collections
API
Microsoft Dynamics NAV
Installation of Newtonsoft Json.NET for Dynamics NAV
Installation of Newtonsoft Json.NET for Dynamics NAV

Shipmondo's integration module for Dynamics NAV uses Newtonsoft Json framework version 10. The installation guide can be found below.

Tea Krestine Johansen avatar
Written by Tea Krestine Johansen
Updated over a week ago

Newtonsoft Json.NET is a .NET Json framework that allows you to work with Json files in Microsoft Dynamics NAV development environment.

The library is used in the Shipmondo integration module for Microsoft Dynamics NAV. Our solution uses Newtonsoft Json.NET version 10.0.0.

If you don't have Json.NET installed, you'll experience an error when trying to compile the NAV objects that are a part of Shipmondo's integration module.

This guide will show you how to install Json.NET in your Dynamics NAV.

The file Newtonsoft.Json.dll that you'll need for installation is included with the object package that you'll receive from our customer service.

The included Newtonsoft.Json.dll file is compiled for .NET framework version 4.0. If you're using another version of .Net framework, make sure to download the correct version of the Newtonsoft.Json.dll file from this link

Installation of Newtonsoft Json.NET for Dynamics NAV

1. Copy the Newtonsoft.Json.dll file to the following three folders on your computer:

C:\Program Files (x86)\Microsoft Dynamics NAV\90\RoleTailored Client
C:\Program Files (x86)\Microsoft Dynamics NAV\90\RoleTailored Client\Add-insC:\Program Files\Microsoft Dynamics NAV\90\Service
 

2. Give the file full control to the Users group.

3. Restart your NAV Windows Service.

It's now possible to compile Dynamics NAV objects for the Shipmondo integration module.

Did this answer your question?