Silverlight 中的 Lync 错误:客户端不受信任

发布于 2024-10-13 02:48:40 字数 318 浏览 5 评论 0原文

当我尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

尽揽少女心 2024-10-20 02:48:41

发生此错误的原因通常是运行 Silverlight 应用程序的网站不在“受信任的站点”浏览器区域中。添加到受信任的站点应该可以修复它。

编辑:演练此处指出:

Microsoft Lync 的安全设置
2010 SDK 应用程序要求
Lync 控制 Silverlight 的主机 URL
将应用程序添加到受信任的
Microsoft Internet 中的站点列表
探险家。有关添加的信息
在受信任的站点列表中,请参阅使用 Internet Explorer 6 安全设置 .

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:

Security settings for Microsoft Lync
2010 SDK applications require that the
host URL for Lync Control Silverlight
applications be added to the Trusted
sites list in Microsoft Internet
Explorer. For information about adding
to the Trusted sites list, see Working with Internet Explorer 6 Security Settings.

鹿港小镇 2024-10-20 02:48:41

可能的原因可能是由于安全性。右键单击该dll并转到属性并设置取消阻止。

The probabble cause may be because of the security.Right click the dll and goto properties and set unblock.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文