Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Expected path of machine.config

%SystemRoot%\Microsoft.NET\Framework64\%VersionNumber%\CONFIG\ directory.

As Ginesys works on .NET Framework 4.7.2, the path we need to refer is

<System Drive>\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config

...

  • Open the machine.config file from the path <System Drive>\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config.

  • Then find the <DbProviderFactories> section under <system.data> tag where we can see duplicate entries of “Oracle.DataAccess.Client“ with various version. Remove one entrywhich is older with respect to version ( 4.121.1.0 & 4.121.2.0) & keep the current version. Here we will remove the version 4.121.1.0 .

  • Then save the machine.config file & check the DataExchange Utility again.

...