Hi Folks,
When I run a class in D365FO I get an error message saying.
"System.IO.FileLoadException: System.IO.FileLoadException: Could not load file or assembly 'WebDriver, Version=2.42.0.0, Culture=neutral, PublicKeyToken=1c2bd1631853048f' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)."
I have a reference "WebDriver.dll" added to my project. The version was 3.8.0.0. I changed the version of this reference from 3.8.0.0 to 2.42.0 through "VS -> Tools -> Nuget Package Manager -> Manage NuGet Packages for Solution" so that the versions matched.
Do I have to change something else to solve the problem?
*This post is locked for comments
I have the same question (0)