Top "Directoryservices" questions

System.

Error 0x80005000 and DirectoryServices

I'm trying to run a simple LDAP query using directory services in .Net. DirectoryEntry directoryEntry = new DirectoryEntry("LDAP://someserver.contoso.…

c# .net wcf active-directory directoryservices
How to get all the AD groups for a particular user?

I checked this post already. But it doesn't answer my question. I want to get all the active directory groups …

c# .net active-directory ldap directoryservices
Connecting to LDAP from C# using DirectoryServices

I am trying to connect to an edirectory 8.8 server running LDAP. How would I go about doing that in .Net? …

c# ldap directoryservices novell edirectory
How to programmatically change Active Directory password

I have a set of test accounts that are going to be created but the accounts will be setup to …

c# active-directory directoryservices
How to determine if user account is enabled or disabled

I am throwing together a quick C# win forms app to help resolve a repetitive clerical job. I have performed …

c# active-directory attributes directoryservices
System.DirectoryServices is not recognised in the namespace 'System'

I'm trying to use System.DirectoryServices in a web site project and I'm getting this error: The type or namespace …

c# .net directoryservices
System.DirectoryServices.DirectoryServicesCOMException: An operations error occurred

I have the same web app working in three others servers. Anyone have any idea why is not working in …

.net iis active-directory directoryservices
The type or namespace name 'DirectoryServices' does not exist in the namespace?

CS0234: The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference?) …

c# asp.net active-directory directoryservices
Active Directory Services: PrincipalContext -- What is the DN of a "container" object?

I'm currently trying to authenticate via Active Directory Services using the PrincipalContext class. I would like to have my application …

c# .net-3.5 active-directory directoryservices
System.DirectoryServices - The server is not operational

I get an error by a website, on which I use Windows Authentication. Strange things: Only occurs if user is …

asp.net active-directory windows-authentication directoryservices