Error 0x80005000 and DirectoryServices

后端 未结 13 1949

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 05:07

    I had the same again and again and nothing seemed to help.

    Changing the path from ldap:// to LDAP:// did the trick.

提交回复
热议问题