When trying to initialize the ChromeDriver to run selenium tests in C#, this mismatch error causes the chromedriver executable to remain running.
I've modified the code to catch the exception and then call Driver.Quit()
however this is having no effect to the executing process.
How do I prevent the driver from becoming a zombie process (not technically zombie).