Silverlight 中的 Lync 错误:客户端不受信任
当我尝试在 Silverlight 应用程序中加载 Lync 控件时,出现错误:客户端不受信任。当我在没有相应的 Web 项目的情况下调试 Silverlight 应用程序时,不会出现此错误。
这是生成错误的代码:
LyncClient l = LyncClient.GetClient();
这是错误:
AutomationServerException was unhandled by user code
Client is not trusted
我必须做什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
发生此错误的原因通常是运行 Silverlight 应用程序的网站不在“受信任的站点”浏览器区域中。添加到受信任的站点应该可以修复它。
编辑:演练此处指出:
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 walkthrough here states:
可能的原因可能是由于安全性。右键单击该dll并转到属性并设置取消阻止。
The probabble cause may be because of the security.Right click the dll and goto properties and set unblock.