Imports 'System.DirectoryServices' cannot be found.

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

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:

http://msdn.microsoft.com/library/default.asp?
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
 
Nevernmind... I found I can make this work by making sure
the "copy local" field for the assembly is set to true
before building.
 
Back
Top