When I try running my .NET Data API application it fails with the following exception:
<ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCResolutionException>: Unable to resolve type: ThomsonReuters.Desktop.SDK.DataAccess.IInternalDataServices
What may be the reason for that?
The following dlls should added tothe app folder in order to fix this:
These libraries can be obtained from the Eikon’s bin folder c:\Program Files (x86)\Thomson Reuters\Eikon\<X, Y or Z>\Bin\
I had a similar error when trying to run a version of my executable that I had copied to another directory.
Solution for me was to copy _all_ the files in the 'Release' directory of the VS project, and that directory did in fact include these files. FYI.
Hi,
I have the similar issue. I tried adding the dlls to the app folder, it does not solve the problem.
Any other thought on this please ?
Thanks.
Check if these files are also present:
Common.Logging.dll, Newtonsoft.Json.dll, protobuf-net.dll, ThomsonReuters.Desktop.SDK.DataAccess.dll, ThomsonReuters.Udap.BusTools.dll,
ThomsonReuters.Udap.Ipc.Managed.Common.dll,
ThomsonReuters.Udap.ManagedPS.dll
Hi there.
i'm also experiencing the
" Unable to resolve type: ThomsonReuters.Desktop.SDK.DataAccess.IInternalDataServices "
' exception of type 'ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCResolutionException'
i had all the above Dlls in the bin folder.
any suggestion would be more than appreciated !