Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 11 Current »

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:

  1. Go to the Microsoft Dynamics NAV installation path e.g.: C:\Program Files (x86)\Microsoft Dynamics NAV\110\RoleTailored Client

  2. Open the file named Microsoft.Dynamics.Nav.Client.exe.config on the path and insert the following assembly dependency:

    1.             <dependentAssembly>
      				<assemblyIdentity name="Serilog" publicKeyToken="24C2F752A8E58A10" culture="neutral"/>
      				<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
      			</dependentAssembly
  3. Save the file Microsoft.Dynamics.Nav.Client.exe.config and restart the Microsoft Dynamics NAV Server Windows Service.

  • No labels