ASPNet 2.0 DirectoryServices problem

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my ASPNet 2.0 Visual Studio 2002, would someone tell me how to add the
reference to the DirectoryServices?
Thanks for help.


Jason
 
In my ASPNet 2.0 Visual Studio 2002,

Do you mean Visual Studio.NET 2005...?
would someone tell me how to add the reference to the DirectoryServices?

1) Right-click the project name in Solution Explorer

2) Select Add Reference

3) In the .NET tab, select System.DirectoryServices

4) Click OK
 
Back
Top