Вопрос

Following error is displayed on running an automated test on an agent machine via Test Manager. The test run is successful on local machine for the same build and same test.

System.IO.FileNotFoundException: Could not load file or assembly 'WebDriver, Version=2.35.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.The system cannot find the file specified.WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To

Please help..!!

Thanks in advance.

Это было полезно?

Решение

Problem resolved, comment out the line following line in AssemblyInfo.cs file.

[assembly: AssemblyCulture("")]

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top