SharePoint 2010-无法将用户添加到组

好吧,在我的SharePoint服务器上,当我想授予用户权限让所有者的组,我去search用户在AD发现他,当我添加他,我得到这个错误: Server error in '/'Application.

同样的情况发生时,我说select一个用户在SharePoint中查看他的权限,我得到相同的服务,也在IIS中我看看应用程序池正在使用的帐户,他们是一个具有正确权限连接的域帐户到AD

在事件日志中,这是事件。

 Event code: 3005 Event message: An unhandled exception has occurred. Event time: 10/11/2012 10:02:47 AM Event time (UTC): 10/11/2012 8:02:47 AM Event ID: d902e2fa97c9449aa7b5cc4ed017723b Event sequence: 2913 Event occurrence: 5 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1901200390/ROOT-1-129944117181445077 Trust level: WSS_Minimal Application Virtual Path: / Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\80\ Machine name: Process information: Process ID: 1000 Process name: w3wp.exe Account name: Domain\user Exception information: Exception type: InvalidOperationException Exception message: There is an error in XML document (1, 43). Request information: Request URL: http://www.website.ac.za/_layouts/aclinv.aspx?IsDlg=1 Request path: /_layouts/aclinv.aspx User host address: User: 0#.w|Domain\User Is authenticated: True Authentication Type: Federation Thread account name: Domain\User Thread information: Thread ID: 26 Thread account name: Domain\User Is impersonating: False Stack trace: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader) at Microsoft.SharePoint.WebControls.EntityEditor.ParseSpanData(String spans) at Microsoft.SharePoint.WebControls.EntityEditor.LoadPostData(String postDataKey, NameValueCollection values) at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Custom event details: 

有人可能有这个解决scheme吗?

由于某种奇怪的原因,这与IE9有关(根据http://www.alectang.com/blog/archive/2012/04/24/system-invalidoperationexception–there-is-an-error-in-xml- document.aspx )。

我使用开发人员工具(F12)并将浏览器模式更改为IE8,并解决了此问题。 不解释为什么发生,但允许你解决它atleast ..

无论如何,Internet Explorer 11都会失败,但是Chrome 34可以正常工作(尽pipe它增加了两次用户)。