First off, I will readily admit that I am very new to ASP.NET and am attempting to build a form on the fly with little knowledge of this technology. My background is in PHP & Perl. That said...
I am attempting to build a quick & dirty form for a project at work and am running into issues trying to use the System.DirectoryServices namespace. I fully believe it is related to the assembly references, but am unsure how to get it to work properly.
I am coding this from Notepad, rather than Visual Studio as I am a very text oriented person. Is there a simple way to load the proper namepaces/assembly references without using VS?
When loading the page, I get the following error:
Compiler Error Message: CS0234: The type or name space name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference?)
Below is the code being used.
Go to the complete details ...