为什么 sharepoint 不能与 Safari 浏览器一起使用?

发布于 2025-01-05 19:14:21 字数 495 浏览 1 评论 0原文

我正在使用 sharepoint 2010 的客户端对象模型开发 silverlight Web 部件。我的 Web 部件在 IE 上正常工作,但在 Safari 中无法工作。我有 Windows 7 操作系统和 safari 5.1.2 浏览器。我发现 ExecuteQueryAsync() 在 safari 中无法正常工作。我有以下语句

clientContext.ExecuteQueryAsync(HandleManagerUserGroupRequestSucceeded, HandleManagerUserGroupRequestFailed);

执行此语句后,控制既不会进入成功事件处理程序 HandleManagerUserGroupRequestSucceeded,也不会进入失败事件处理程序 HandleManagerUserGroupRequestFailed。同时它也不例外。你能告诉我为什么会发生这种情况吗?有什么办法解决上述问题吗?请向我提供任何可以解决上述问题的代码或链接。

I am developing silverlight web part using client object model for sharepoint 2010. My web part is working properly on IE but it is not working in Safari. I have windows 7 OS and safari 5.1.2 browser. I found that ExecuteQueryAsync() is not working properly in safari. I have the following statement

clientContext.ExecuteQueryAsync(HandleManagerUserGroupRequestSucceeded, HandleManagerUserGroupRequestFailed);

After executing this statement, control neither goes into the success event handler HandleManagerUserGroupRequestSucceeded nor goes into the failed event handler HandleManagerUserGroupRequestFailed. At the same time it is also not giving any exception. Can you please tell me why this is happening ? Is there any way resolve the above problem ? Please provide me any code or link through which I can resolve the above issue.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

妞丶爷亲个 2025-01-12 19:14:21

Safari 4.04 在非 Windows 操作系统上受支持,但有限制

参考

It is supported with limitations on non-Windows operating systems for Safari 4.04

Reference

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