Dear Team,
I have a DLL coded with Eikon SDK 64 bit. This works fine on a Win7 Professional.
When I want to run that on a Windows Server 2012R2 Datacenter edition, I get error messages like this:
ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCResolutionException HResult=0x80131500 Message=Unable to resolve type: ThomsonReuters.Desktop.SDK.DataAccess.IInternalDataServices Source=ThomsonReuters.Desktop.SDK.DataAccess StackTrace: at ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCContainer.DelegateFactory.GetObject(Type requestedType, TinyIoCContainer container, NamedParameterOverloads parameters, ResolveOptions options) at ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCContainer.ResolveInternal(TypeRegistration registration, NamedParameterOverloads parameters, ResolveOptions options) at ThomsonReuters.Desktop.SDK.DataAccess.TinyIoCContainer.Resolve[ResolveType](String name) at ThomsonReuters.Desktop.SDK.DataAccess.DataServices.get_Instance() at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart(Object obj) Inner Exception 1: TinyIoCResolutionException: Unable to resolve type: ThomsonReuters.Desktop.SDK.DataAccess.IInternalDataServices Inner Exception 2: TinyIoCResolutionException: Unable to resolve type: ThomsonReuters.Desktop.SDK.DataAccess.UdapService Inner Exception 3: TinyIoCResolutionException: Unable to resolve type: ThomsonReuters.Desktop.SDK.DataAccess.Connection Inner Exception 4: TinyIoCResolutionException: Unable to resolve type: ThomsonReuters.Udap.Ipc.Managed.Common.BusAdapter.IEikonBus Inner Exception 5: FileNotFoundException: Could not load file or assembly 'ThomsonReuters.Udap.BusTools.dll' or one of its dependencies. The specified module could not be found.
In the build settings of the VS I tried compiling with 'Copy Local' set to true and false, still same error messages.
Is there a way, that you could specify me which dependencies the component needs? Or what else might be wrong?
Any ideas for me to debug this further?
Thanks
Michael