Error 0x80005000 and DirectoryServices

后端 未结 13 1941

I\'m trying to run a simple LDAP query using directory services in .Net.

    DirectoryEntry directoryEntry = new DirectoryEntry(\"LDAP://someserver.contoso.c         


        
13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 04:46

    Just FYI, I had the same error and was using the correct credentials but my LDAP url was wrong :(

    I got the exact same error message and code

提交回复
热议问题