We have a C# application that is using the LSEG.Data and LSED.DataContent (version 2.0.0.0, image version v4.0.30319) libraries. We have two problems at the moment: 1. Cannot connect to the LSEG Workspace Desktop, and 2. Error starting the LSEG Workspace Desktop if it is not running.
- LSEG.Data.Core.ISession session = DesktopSession.Definition().GetSession();
By examining the RDPLog_<n>.log file/s we can see that sometimes there is connection:
Host: localhost:9000/api/rdp/streaming/pricing/v1/WebSocket (Path: [])
and sometimes there is not:
Host: localhost:/api/rdp/streaming/pricing/v1/WebSocket (Path: [])
Can anyone explain why the port 9000 is sometimes missing when the URL is constructed?
2. When our application determines that the LSEG Workspace Desktop (LWD) application is not running, it attempts to start the LWD using System.Diagnostics.Process.Start(…). Using this method, the following "unexpected error" pops up:
Can anyone advise how to prevent this pop-up?
Thanks
Tony
—-oooOOOooo—-