Client NAV RTC - Latest version
Breaking changes in Perfion 5.5.4
Due to DLL assembly dependency upgrade to the Perfion NAV RTC DLL files, using the Add-in requires a change in the Dynamics NAV installation.
Follow the instruction below to complete the change.
The Client NAV RTC module has to be upgraded for all users using the Perfion ERP AddIn for NAV
Perfion 5.5.4 breaking change workaround
When upgrading Perfion to version 5.5.4 or later the following change has to be made in the Dynamics NAV installation in order to use the latest RTC DLL files:
Go to the Microsoft Dynamics NAV installation path e.g.: C:\Program Files (x86)\Microsoft Dynamics NAV\110\RoleTailored Client
Open the file named Microsoft.Dynamics.Nav.Client.exe.config on the path and insert the following assembly dependency:
<dependentAssembly> <assemblyIdentity name="Serilog" publicKeyToken="24C2F752A8E58A10" culture="neutral"/> <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/> </dependentAssembly
Save the file Microsoft.Dynamics.Nav.Client.exe.config and restart the Microsoft Dynamics NAV Server Windows Service.