Registry settings for .NET 4.5

If the client machine has .NET 4.5 installed, you must edit the Registry to enable the machine to function as a cash register. Infor Public Sector uses a winform in Internet Explorer to interact with the POS devices. For security reasons, .NET 4.5 does not allow winform hosting in IE by default.

To enable the winform, add a DWORD called "EnableIEHosting" with a value of 1 to the keys listed below.

32-bit operating systems:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework

64-bit operating systems:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework
  • HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework