Error 0x80005000 and DirectoryServices

后端 未结 13 1937

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:04

    This Error can occur if the physical machine has run out of memory. In my case i was hosting a site on IIS trying to access the AD, but the server had run out of memory.

提交回复
热议问题