I followed steps of \"Selenium components for Coded UI Cross Browser Testing\".
But I had download the lastest version of:
WebDriver.ChromeDriver.win32 2.4.0 htt
You're running into the main problem with using strong-named (so-called "signed") assemblies as references. The Microsoft cross-browser tools are bound to a reference to a specific version of the Selenium .NET bindings. In this case, the version of the cross-browser tools directly reference 2.35.0 of the .NET bindings. No other version will do; you'll have to download specifically that version of the .NET bindings.