I have a local AD Machine with windows server 2003. Cloud AD is on Windows Server 2008 R2.
Problem is that when I try to create a new user through LDAP(C#), it creates succesfully, but Invoke(SetPassw ord) gives following inner exception:
System.IO.FileN otFoundExceptio n: The network path was not found. (Exception from HRESULT: 0x80070035).
code I am using is:
string szCloudUserPath = string.Format(" LDAP://" +...