Whidbey System.DirectoryServices

Hello,
I'm using Whidbey Beta 2. I need to work with Active Directory. Can anyone help me with regard to documentation What is the name of the assembly I need to import in Whidbey The System.DirectoryServices assembly seems to be gone. Please help!


Answer this question

Whidbey System.DirectoryServices

  • BartonFinkle

    using System.DirectoryServices;

    Should be the code that you need.  What error is it giving you exactly


  • Whidbey System.DirectoryServices