lync-2010

Lync error in Silverlight: Client not trusted

不羁岁月 提交于 2019-12-02 10:12:52
问题 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? 回答1: This error usually happens because the web site that your Silverlight application is

Lync error in Silverlight: Client not trusted

断了今生、忘了曾经 提交于 2019-12-02 06:23:51
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? This error usually happens because the web site that your Silverlight application is running under isn't in the "Trusted Sites" browser zone. Adding to Trusted Sites should fix it. Edit: The

Integrating Lync 2010 with an external program

℡╲_俬逩灬. 提交于 2019-11-29 17:30:37
问题 How can I integrate Lync 2010, with a program that does a DB look up and shows a small popup, with the information found, and also a few buttons with some options. The program is already running with some other types of phone systems, I kind of need a connector for Lync. I don't want to put a tab or other UI inside Lync. 回答1: You'll need to start with the Lync SDK. You can build your app as a Winforms or WPF app. Signing In To connect and sign in to the running instance of Lync, check out