Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

System.DirectoryServices namespace not found

Status
Not open for further replies.

GigiLai

Programmer
Sep 3, 2004
6
US
In VSStudio.Net, My intellisense does not list the System.DirectoryServices when I try to import it. Now why can't I include this namespace? ..It's not because I'm using the development version of CSStudio.Net am I??

- dumbfounded
 
You have to add a reference to the assembly that contains that namespace. Right click on the References node in your project, select Add Reference - you'll see. Luckily Microsoft was nice enough to name the assemblies the same as the namspaces they contain!

Greetings,
Dragonwell
 
But what if I created a mix mode .aspx page (in notepad) where all the source and html is all-in-one page. How would I reference now? Unless I create a bin folder and add the directoryservices.dll maybe??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top