Got the following Runtime Unexpected in the ULS while trying to add a user to a SharePoint Group:
Turned out that it was a compatibility issue with Internet Explorer 10. Switching to IE8 engine solved the problem.
System.InvalidOperationException: Namespace prefix 'xsd' is not defined. at System.Xml.Serialization.XmlSerializationReader.ToXmlQualifiedName(String value, Boolean decodeName) at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderDictionaryEntryArray.Read1_Object(Boolean isNullable, Boolean checkType) at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderDictionaryEntryArray.Read2_DictionaryEntry(Boolean checkType) at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderDictionaryEntryArray.Read3_ArrayOfDictionaryEntry()
Turned out that it was a compatibility issue with Internet Explorer 10. Switching to IE8 engine solved the problem.
Comments