Hi,
I am trying to develop a WinForms Application that retrieves data from Refinitiv using Refinitiv Data Platform. I have encountered a problem while retrieving data with the following statement: Summaries.Definition("MyRIC").GetData(). Despite working when it is run from a Console Application, it doesn't work when I use a WinForm application, the workflow advances until the previously mentioned statement is reached and it is blocked indefinitely without throwing any exception.
Please, could you give me any insights into this issue?
Thanks in advance.