Hi,
I am using the ThomsonReuters.Desktop.SDK.DataAccess.Signed.x64 nuget package in my .NET app. My app is targeted to build as a 64bit version.
When I try to subscribe to data I keep getting a "The operation has timed out" error message.
When I change and run my application as a 32 bit version is works fine with the 64bit nuget package ThomsonReuters.Desktop.SDK.DataAccess.Signed.x64.
Why does it not work when I run it as 64bit?
I assume this is communication over COM so do I need to use the ThomsonReuters.Desktop.SDK.DataAccess.Signed nuget version and target my application as 32bit instead?
Thanks