I have a .Net application, written in C#. The application has been compiled with the "any" flag, allowing it to run as both 64 and 32 bits, depending on the OS that it's deployed on.
I'm wondering if it's possible to force the application to run as a 32 bit application, on a 64 bit version of windows (any 64 bit version of windows).