Console and agents are running as 32-bit on 64-bit systems

KB
By default the .NET Framework CLR is set to run as x64 but in some cases it is possible that any application compiled to run in both x86 and x64 (including eProc processes) will run in 32-bit on 64-bit machines.

To make the x64 application run in 64-bit, you'll need to set the .NET Framework to load the CLR in x64 (the default).

Steps:
  1. From the command prompt change directory to C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727
  2. Run the following command: ldr64 Set64. (This is the default .NET Framework setting)

For any additional information, please contact support@eprocsolutions.com