I am writing a program in VB.NET to maintain users in Active directory
based
on information extracted from our HR database.
One of the functions I need to code is creating a new entry in AD. I am
having problems specifying a default password. I have been advised that I
should use System.DirectoryServices.Protocols to do this but when I add
the
im****ts statement i get the following error message.
Warning 1 Namespace or type specified in the Im****ts
'System.DirectoryServices.Protocols' doesn't contain any public member or
cannot be found. Make sure the namespace or the type is defined and
contains
at least one public member. Make sure the im****ted element name doesn't
use
any aliases. H:\IT\Systems\Visual Studio
Development\Projects\ADUpdate\ADUpdate\PasswordModifier.vb 2 9 ADUpdate
I am using Visual Studio 2005 SP1.
Do I need to download the SDS.P namespace from somewhere?
--
Derek