I'm making a small forms application for adding a new user to Active Directory. After creating the PrincipalContext, I'm making the UserPrincipal and setting the properties of it. When I call Save on the UserPrincipal, the following exception is thrown: > System.DirectoryServices.AccountManagement.PrincipalOperationException: The > validation information class requested was invalid. [...] read more