How to use LDAP in Visual Studio 2010http://forums.asp.net/t/1723753.aspx/1?How+to+use+LDAP+in+Visual+Studio+2010Fri, 23 Sep 2011 18:36:49 -040017237534611048http://forums.asp.net/p/1723753/4611048.aspx/1?How+to+use+LDAP+in+Visual+Studio+2010How to use LDAP in Visual Studio 2010 <p>Hi Guys,</p> <p>I am going to attempted to create a WebApp for Schools that will alow Domain Admins to administer users fromanywhere in the school build. I am going to use Visual Studio 2010 to build the application. I have come accoss a snag when attempting to build my first test page, I can't import the System.DirectoryService Namespace into the application. I get an error saying it Doesn't exsist in Namespace system. Has the System.DirectorySercies move or do I need to install something on my computer first. I haven't used LDAP in this way before but have used it in other application that have it built in but where I have to write the quaries.</p> <p>Any help would be usefull.</p> 2011-09-23T18:23:15-04:004611057http://forums.asp.net/p/1723753/4611057.aspx/1?Re+How+to+use+LDAP+in+Visual+Studio+2010Re: How to use LDAP in Visual Studio 2010 <p>Hi,</p> <p>In the Solution Explorer you go to References and make sure you have System.DirectoryServices included there&nbsp;If you don't see it in the .net class library, that is odd. You can try browsing for it. [C:\Windows\Microsoft.Net\Framework\version\....dll ] something like that. If you still can't find it, try reinstalling&nbsp; .NET&nbsp; framework.</p> 2011-09-23T18:36:49-04:00