I recall this coming up on the list recently (like in the last 6 months?) You can try:
* Using the CorFlags <http://msdn.microsoft.com/en-us/library/ms164699%28v=vs.80%29.aspx>tool to change the executable headers, but this will invalidate the assembly if it is signed. * Launch the app from a 32-bit console, which should only be able to spawn 32-bit processes, I think... haven't tried this myself. On Fri, Oct 21, 2011 at 4:51 PM, Stephen Price <[email protected]>wrote: > If you have a .Net app compiled as AnyCPU and want to force it to run > 32bit on a 64bit machine, is there a way to do that without a > recompile? > > cheers, > Stephen >
