为什么 sharepoint 不能与 Safari 浏览器一起使用?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Safari 4.04 在非 Windows 操作系统上受支持,但有限制
参考
It is supported with limitations on non-Windows operating systems for Safari 4.04
Reference