I have a problem, whereby I’m getting runtime errors with a compiled program. This works fine in the development environment (x86), but not on the production environment (which is x64).
I found this article, which seems to imply that compiling the software as Any CPU may run the software as x64 software if it’s run in a 64 bit environment.
Is this the case, and if so, should software ever be compiled under Any CPU (as it seems to make for a mismatch between the two environments)?