I'm getting the following compilation error on the line of vb.net code
below.
Compiler Error Message: BC30002: Type 'DirectoryEntry ' is not defined.
Dim dirEntry As new DirectoryEntry( strLDAPPath)
I have System.Director yServices added to the project references and to the
aspx form. The autogenerated code includes "Imports
System.Director yServices" in the source.
Any idea what's need to get the compiler to see the reference?
below.
Compiler Error Message: BC30002: Type 'DirectoryEntry ' is not defined.
Dim dirEntry As new DirectoryEntry( strLDAPPath)
I have System.Director yServices added to the project references and to the
aspx form. The autogenerated code includes "Imports
System.Director yServices" in the source.
Any idea what's need to get the compiler to see the reference?
Comment