Hi, i currently use Eikon Desktop and have a C# application that communicates with the API. The following code is used:
EikonDesktopDataAPI.EikonDesktopDataAPI m_edapi = new EikonDesktopDataAPI.EikonDesktopDataAPI();
EEikonDataAPIInitializeResult l_apiInitResult = m_edapi.Initialize();
Right now I'm trying to migrate to Workspace, but the legacy Eikon Desktop is always opened automatically (even if Workspace is already opened) when the Initialize()-part is running. How to tell the API to use Workspace instead of Eikon Desktop?