Hi,
I'm new to Eikon C# API and just started using it from my Visual Studio 2022.
using Refinitiv.Data; using Refinitiv.Data.Core;
At the library import, I get the foloowing error,
"The type or namespace name 'Refinitiv' could not be found (are you missing a using directive or an assembly reference?)"
I've installed [RefinitivDataAPI] from NuGet and still can't import it.
What's wrong here?
Thank you very much in advance.