Our app uses the nuget package LSEG.Data to connect to Workspace and retrieve historical and realtime prices.
A customer recently upgraded to a new version of our app alongside the newest Workspace 1.26.602.
Since then, they cannot retrieve data anymore from Workspace. The RDP.log file contains a few suspicious entries:
2026-01-13T08:43:31 Info LSEG.Data.Delivery.Stream.OMMConnection Successfully connected into the WebSocket server: 127.0.0.1:9000/api/rdp/streaming/pricing/v1/WebSocket. Connection HashCode: 51781231
2026-01-13T08:43:31 Info LSEG.Data.Delivery.Stream.OMMConnection Session Event: StreamConnected
2026-01-13T08:43:31 Info LSEG.Data.Delivery.Stream.OMMConnection Sending login request to 127.0.0.1:9000/api/rdp/streaming/pricing/v1/WebSocket
2026-01-13T08:43:31 Info LSEG.Data.Delivery.Stream.OMMConnection Successfully logged into streaming server 127.0.0.1:9000/api/rdp/streaming/pricing/v1/WebSocket
2026-01-13T08:43:31 Info LSEG.Data.Delivery.Stream.OMMConnection Session Event: StreamAuthenticationSuccess
2026-01-13T08:43:32 Error LSEG.Data.Delivery.Stream.OMMConnection Application Exception in Refresh: Methode nicht gefunden: "System.String Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting)".
2026-01-13T08:44:01 Error LSEG.Data.Delivery.Stream.OMMConnection Application Exception in Process Update: Methode nicht gefunden: "System.String Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting)".
2026-01-13T08:45:01 Error LSEG.Data.Delivery.Stream.OMMConnection Application Exception in Process Update: Methode nicht gefunden: "System.String Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting)".
2026-01-13T08:46:01 Error LSEG.Data.Delivery.Stream.OMMConnection Application Exception in Process Update: Methode nicht gefunden: "System.String Newtonsoft.Json.Linq.JToken.ToString(Newtonsoft.Json.Formatting)".
The German error message translates to "Method not found".
We are wondering what may cause this problem. We do use Newtonsoft.Json in our app as well and have a bindingRedirect set up to allow using the newest version (product version 13.0.4, assembly version 13.0.0.0) with transient dependencies from included components.
We cannot reproduce the customer's problem here in a clean environment.
Has anyone seen this error or knows what may actually cause this?