I'm trying to use DEX2 APIs in App Studio .NET SDK app but failed object creation.
1. EikonDesktopApi initialization is succeeded.
2. Create Dex2Mgr by EikonDesktopDataAPI.CreateDex2Mgr() but it threw COM exception
with following message.
System.Runtime.InteropServices.COMException がキャッチされました
_HResult=-2147467259
_message=Property 'USERDETAILS/UUID' not found in any source
HResult=-2147467259
IsTransient=false
Message=Property 'USERDETAILS/UUID' not found in any source
Source=KobraConfigProvider.KobraConfigProvider.1
ErrorCode=-2147467259
* I have attached testing code
maincontrolxamlcs.txt
Any ideas?
Sakamoto