Hi
I am facing an error while changing/Setting the password.
I am getting the below error
Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))” .
DirectoryEntry usr = new DirectoryEntry("LDAP://server.domain.com");
usr.Invoke("ChangePassword", new object[] { "oldpwd", "new" });
Its throwing error while calling the invoke method.
Thanks and Regards,
Shah