I have a C # application running on Windows 7. I use Watin to test some flash files and videos in Internet Explorer. I work in x64 mode due to some memory limitations that I encountered in x86 mode. So I run my application that uses Watin, which launches MSIE. Watin launches the 64-bit version of MSIE. So far so good.
The problem is that flash and quicktime do not work on 64-bit MSIE, so testing movie playback will not work.
What needs to be done to run my C # application in 64-bit mode, but for Watin to run MSIE in 32-bit mode?
tomsv source
share