Entitlement API and user email address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking to use the inventor entitlement API in my C# addin. I followed the instructions pointed here to get the user info of the logged in user. However I keep getting an error saying:
System.IO.FileLoadException: 'Could not load file or assembly 'AddinNETFramework.AdWebServicesWrapper, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)'
Any idea why this is happening?
Is there any other way to get a deviceId and user email address of the person using the addin outside entitlement API?