Skip to content

[🐛 Bug]: [dotnet] C# VSTO + ClickOnce: error message "selenium-manager.exe not found" (NuGet update v4.35.0 -> v4.36.0) #16400

@Pique7

Description

@Pique7

Description

I don't know if this is a bug, but after updating the NuGet package from v4.35.0 to v4.36.0 I get following exception in a C# VSTO Add-In deployed with ClickOnce Deployment:

System.IO.FileNotFoundException: Selenium Manager binary 'selenium-manager.exe' was not found in the following paths:
 %LOCALAPPDATA%\Apps\.... 
 %LOCALAPPDATA%\assembly\....

After downgrading to v4.35.0 it works as usual.
This error only occurs in the deployed VSTO Add-In, not when debugging with Visual Studio.

Reproducible Code

ChromeDriverService ChromeService = ChromeDriverService.CreateDefaultService();
ChromeDriver Chrome = new ChromeDriver(ChromeService);

ℹ️ Last known working version: 4.35.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-needs-triagingA Selenium member will evaluate this soon!C-dotnet.NET BindingsD-chromeI-defectSomething is not working as intendedI-regressionSomething was working but we "fixed" itOS-windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions