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.