views:

106

answers:

0

Hi,

I have a C#-application running on Windows 7. I am using Watin to test some flash and quicktime movies in Internet Explorer. I am running in x64 mode due to some memory limitations I encountered in x86-mode. So I run my application which uses Watin, which starts MSIE. Watin starts the 64-bit version of MSIE. So far so good.

The problem is, flash and quicktime do not seem to work in MSIE 64-bit, so testing playing of movies will not work.

What must be done to run my C# application in 64-bit mode but to get Watin to run MSIE in 32-bit mode?