Submitted by patrick on Thu, 12/08/2011 - 13:25
Sometimes it is necessary to run .NET applications in 32-Bit mode. One example is the usage of Adobe Reader Interop Libraries which will crash if they run in 64-Bit mode.
cd C:\Windows\Microsoft.NET\Framework64\v2.0.50727
ldr64 setwow
This will force all .NET applications to be run in 32-Bit mode.