|
 |
aspx thread: No System.DirectoryServices namespace
Message #1 by "Oliver, Wells" <WOliver@l...> on Mon, 27 Jan 2003 14:38:19 -0800
|
|
I am trying some LDAP stuff out and I keep getting a compiler error telling
me I have no System.DirectoryServices namespace. Do I need to download this?
Is it part of a newer version of the framework?
Thanks for any advice.
Wells Oliver
Web Applications Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com
Message #2 by Carlos Magalhaes <CarlosM@t...> on Tue, 28 Jan 2003 08:40:48 +0200
|
|
Follow these steps:
Locate your Solutions View
Locate your project folder
Right click on your project folder
Add reference
Click on the .NET tab(click/selected by default)
Scroll/find System.DirectoryServices
Either double click on System.DirectoryServices or highlight and click add
(top right hand corner)
Press ok .
Now you have learned to a. Add a reference and b. How to add a reference to
System.DirectoryServices
HTH
You can also visit http://groups.yahoo.com/group/ADSIANDDirectoryServices
<http://groups.yahoo.com/group/ADSIANDDirectoryServices> for more
information on ADSI and DirectoryServices which are you main programming
interfaces for the LDAP provider.
Regards,
Carlos Magalhaes
-----Original Message-----
From: Oliver, Wells [mailto:WOliver@l...]
Sent: Tuesday, January 28, 2003 12:38 AM
To: ASP.NET
Subject: [aspx] No System.DirectoryServices namespace
I am trying some LDAP stuff out and I keep getting a compiler error telling
me I have no System.DirectoryServices namespace. Do I need to download this?
Is it part of a newer version of the framework?
Thanks for any advice.
Wells Oliver
Web Applications Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com
|
|
 |