I am writing some code in Selenium C# and have encountered an issue I am having some trouble figuring out. I installed Selenium on a test machine and have it working with Firefox. I had an issue when the browser updated, but resolved it when I installed Selenium 3.0. I installed Selenium on my normal machine, where my Firefox version is 49.0.2 and it is throwing me the following error:
"An unhandled exception of type 'System.ComponentModel.Win32Exception' occurred in System.dll Additional information: The specified executable is not a valid application for this OS platform."
Has anyone encountered this before? The Operating Systems of the machines are both the same. I am wondering if I possibly installed something incorrectly. Thanks.