Problem:
Application fails with the following error:
Load error : file '<ProgramName>'
error code: 211, pc=0, call=1, seg=0
211 Program not executable by Run-Time System
Resolution:
This problem usually occurs when a program that was built with a different version of the runtime is called or executed, so all programs that are executed within the same run-unit must be compiled and executed with the same version of the runtime.
The same problem also occurs when a 32-bit program is called by a 64-bit program or vice versa. This is also the case if a 32-bit program is executed with the 64-bit runtime or a 64-bit program is executed with a 32-bit runtime.