I can't find System.DirectoryServices class

P

Paul Steele

I need to write some Active Directory aware programs but my programs can't
find the System.DirectoryServices class needed for doing it. I am runing
Visual Studio .NET 2003 and for good measure installed the .NET Framework
Platform SDK as well. I know I'm missing something obvious, but everything
I've read says it should be there by default. Any suggestions would be
appreciated.
 
C

Chris R. Timmons

I need to write some Active Directory aware programs but my
programs can't find the System.DirectoryServices class needed
for doing it. I am runing Visual Studio .NET 2003 and for good
measure installed the .NET Framework Platform SDK as well. I
know I'm missing something obvious, but everything I've read
says it should be there by default. Any suggestions would be
appreciated.

Paul,

Try adding a reference to the System.DirectoryServices.dll to your
project.


Chris.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top