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??
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!
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??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.