Hi all,
I am developing against a Silverlight Application that was customized for our CRM. I need to grab the current user's role in order to decide what he or she can see within a drop down.
All my readings suggested that I use the Microsoft.Xrm.Sdk. However, when I try to add that reference to my Silverlight project, I get this message:
You can't add a reference to Microsoft.Xrm.Sdk.dll as it was not built against the Silverlight runtime. Silverlight projects will only work with Silverlight assemblies.
Has anyone pulled the user role within a silverlight application before?
Thanks,
Amar.,