c# - "An operations error occurred" from DirectoryServices -


i'm trying use system.directoryservices query active directory server, using ldap. code can (apparently) connect , authenticate, when first directorysearcher findall() method called, get:

[directoryservicescomexception (0x80072020): operations error occurred.] 

picking apart exception in debugger has been remarkably unproductive. seems have pretty no other information associated it. online docs aren't helping me, either.

i'm sure it's i'm doing wrong, what? there way tell kind of problem is?


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -