...onnected to Eikon?
We are very new to API-development and currently trying to retrieve realtime data via the Eikon Data APi following this tutorial: https://developers.refinitiv.com/en/api-catalog/eikon/com-apis-for-use-in-custom-applications/tutorials
Our problem is that we can not run our Visual Studio Environment directly on the PC that is connected to Eikon because of security concerns at the moment.
So the question at hand is if we can copy all the required libraries from Eikon to another PC on which we do the coding and compiling so that we get just an executable file running independently from Visual Studio in the end that can be used for connecting and data fetching on the Eikon-PC.
From my understanding so far, this is not possible.. We get the following error message:
Unhandled exception. System.BadImageFormatException: Could not load file or assembly 'Interop.EikonDesktopDataAPI, Version=9.56.0.18, Culture=neutral, PublicKeyToken=null'. An attempt was made to load a program with an incorrect format.
File name: 'Interop.EikonDesktopDataAPI, Version=9.56.0.18, Culture=neutral, PublicKeyToken=null'
at Refinitiv.Program..ctor()
at Refinitiv.Program.Main(String[] args) in C:\Users\prfda01\Documents\C Sharp\RefinitivData\Program.cs:line 38