Imports ActiveDirectory
ASP.NET
6
Posts
4
Posters
0
Views
1
Watching
-
HELP! I'm trying to use an articles example from Code project and it uses "Imports ActiveDirectory" but when I load the project, it's unable to find this assembly, any ideas? DWYutzy
-
add the reference by right clicking Add Reference and loading the correct assmebly 1 line of code equals many bugs. So don't write any!!
-
Ok, that's odd then... Has "ActiveDirectory" been added since v1.1 of .NET? I'm compiling against version 1.1.x and the IDE states it cannot find it or am I missing something else?