I have a 64-bit machine and a bunch of .Net binaries compiled as Any CPU. By default they all get loaded as 64-bit. I thought I remembered a way to set a machine level flag so that all the Any CPU .Net dlls would be treated as 32-bit and not 64-bit by deafult, but I can't seem to find it again. Can someone please point me in the right direction, thanks.
(I know I could fix each one individualy via CorFlags but I am looking for a machine level setting.)