Answered question

Selenium C# Client: Could not load type 'Microsoft.OData.Core.ODataException' from assembly 'Microsoft.OData.Core

When the Selenium script is run with EndUserExperience mode, the below stacktrace is thrown:
Message "Could not load type 'Microsoft.OData.Core.ODataException' from assembly 'Microsoft.OData.Core, Version=7.3.1.10814, Culture=neutral, PublicKeyToken=31bf3856ad364e35'."
at Neotys.DataExchangeAPI.Client.DataExchangeAPIClientOlingo.AddEntries(IList`1 entries)
at NeoLoadSelenium.neoload.interceptor.EUEEntryHandler.SendData(String currentURL, String pageTitle, String methodName, IDictionary`2 advancedValues)

Sébastien R.
Sébastien R.

Sébastien R.

Level
1
122 / 750
points
Team
Sébastien R.
Sébastien R.

Sébastien R.

Level
1
122 / 750
points
Team

The NeoLoad selenium driver is only compatible with Microsoft.OData.Core from version >=6.0.0 & <7.0.0).

Make sure you reference a version from within that range.

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful