Page 2 of 2

RE: Can't make Random Campaigns!

Posted: Sun Jul 22, 2012 3:10 pm
by dazoline II
I run Win7 64 bit as well although I use IE 8 rather than 9. and the random campaign runs to completion correctly.

The code is looking for a 32bit process "var colProcessList = objWMIService.ExecQuery("Select * from Win32_Process Where Name = 'mshta.exe'");". And I have seen errors where only 64bit process libaries are installed and those executing in 32bit fail. So it maybe worth looking at re installing IE 9 as a 32bit app or installing IE 8 and trying it with that.

Sorry I can't be more help but I don't have the exact configuration you have so its next to imposible to debug successfully. Although I really think the error is with the instance of mshta.exe on your machine, I just can't prove it.