ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCResolutionException while running a .NET Data API app

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?

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    The following dlls should added tothe app folder in order to fix this:

    • EikonPipeDll.dll
    • I18nResource.dll
    • msvcp120.dll
    • msvcr120.dll

    These libraries can be obtained from the Eikon’s bin folder c:\Program Files (x86)\Thomson Reuters\Eikon\<X, Y or Z>\Bin\

Answers