User933406816 posted
Hello every one,
I'm facing a problem using the System.DirectoryServices.DirectoryEntry class. All what I'm trying to do is the following
System.DirectoryServices.DirectoryEntry AD = new System.DirectoryServices.DirectoryEntry("LDAP://dc/","domain\\user","password",System.DirectoryServices.AuthenticationTypes.None);
I'm getting the following exception
<error: an exception of type: {System.Runtime.InteropServices.COMException} occurred> System.DirectoryServices.Interop.UnsafeNativeMethods.IAds
Any one has any ideas??