When I try to load my Lync Controls in a Silverlight application I get the error: Client is not trusted. This error doesn't appear when I debug the Silverlight application without the corresponding web project.
This is the code that generates the error:
LyncClient l = LyncClient.GetClient();
This is the error:
AutomationServerException was unhandled by user code
Client is not trusted
What must I do?