Ask a Question related to ASP.NET General, Design and Development.
-
Edward #1
Imports 'System.DirectoryServices' cannot be found.
Hello,
I'm getting the following error message:
"Compiler Error Message: BC30466: Namespace or
type 'DirectoryServices' for the
Imports 'System.DirectoryServices' cannot be found."
I've set up my project as described here:
[url]http://msdn.microsoft.com/library/default.asp?[/url]
url=/library/en-
us/netdir/netds/setting_up_your_development_environment.asp
But continue to get this message. I'm at a complete loss
to explain this. Any help would be greatly appreciated.
Thanks,
Edward
Edward Guest
-
Using System.DirectoryServices from within webservice
I am trying to access to my AD using LDAP in a ASP.NET web service. I use System.DirectoryServices.DirectoryEntry. However, when I try to open... -
System.DirectoryServices - The server is not operational
I have an asp.net web application written in c# that uses Forms Authentication to authenticate against our Active Directory. I based the... -
System.DirectoryServices
I have a few pages which authenticate a user to our site. Checking a login and password with syntax as below: Dim entry As New... -
System.Directoryservices getting TxIsolationLevel exeption?
Hi I am trying to add a user to a group in Active Directory using System.Directory Services But when I CommitChanges() I get the following... -
System.DirectoryServices missing reference
Hi there, here a typical "bloody newbie" question: I am programming a simple Webservice who should add a user to AD. My programming... -
Edward #2
Imports 'System.DirectoryServices' cannot be found.
Nevernmind... I found I can make this work by making sure
the "copy local" field for the assembly is set to true
before building.p>-----Original Message-----
>Hello,
>
>I'm getting the following error message:
>
>"Compiler Error Message: BC30466: Namespace or
>type 'DirectoryServices' for the
>Imports 'System.DirectoryServices' cannot be found."
>
>I've set up my project as described here:
>
>[url]http://msdn.microsoft.com/library/default.asp?[/url]
>url=/library/en-
>us/netdir/netds/setting_up_your_development_environment.as>
>But continue to get this message. I'm at a complete loss
>to explain this. Any help would be greatly appreciated.
>
>Thanks,
>Edward
>
>.
>Edward Guest



Reply With Quote

