I have a user with no description attribute.
 
Anyone know why this works?
 
User.Invoke("put", New Object() {"description", txtBxNewDescription.Text})
User.commitChanges
 
but this doesn't
 
User.Properties("Description").Add(txtBxNewDescription.Text)
User.commitChanges
 
I get the following error message.
 
ComError {"A constraint violation occurred. (Exception from HRESULT: 
0x8007202F)"} System.DirectoryServices.DirectoryServicesCOMException
 
Thanks
 
Yves St-Cyr
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ma/default.aspx

Reply via email to