Using external EXE file with Translation Provider plugin

Hi --

I am trying to build a Translation Provider for SDL Trados Studio 2017. My project needs to use an external EXE file ("geckodriver.exe", which is required by Selenium.Webdriver.StrongNamed).

I managed to build a standalone C# using Selenium.Webdriver. For the standalone app, I manually copied "geckodriver.exe" to "bin\Debug" and it works. But with a Translation Provider plugin, I get this error message:

"Could not load file or assembly 'Webdriver, ...' or one of its dependencies. The system cannot find the file specified."

I tried putting the EXE file in "C:\Program Files (x86)\SDL\SDL Trados Studio\Studio5" (doesn't work) and in the unpacked package directory for my plugin (doesn't work).

Any thoughts?

Thanks,

Gary Hess

Parents Reply Children