S
Stephen Cochran
I'm getting the following error in my ASP.NET application:
Namespace or type 'DirectoryServices' for the Imports
'System.DirectoryServices' cannot be found.
I have added the System.DirectoryServices.dll to my References, and am
including the line "<%@ Import Namespace="System.DirectoryServices" %>" at
the top of the page. I have checked my global assembly cache (both on the
development and the target machine) and both have the correct version of the
assembly (1.0.5000.0).
The server is Windows Server 2003, with all of the latest patches and
updates installed.
I've searched the net and newsgroups and have not yet found any solution to
this one beyond the ususal "Add a reference to System.DirectoryServices.dll"
to your project". Obviously, something deeper is happening here.
Anyone have a clue as to why this isn't working? Thanks!
Namespace or type 'DirectoryServices' for the Imports
'System.DirectoryServices' cannot be found.
I have added the System.DirectoryServices.dll to my References, and am
including the line "<%@ Import Namespace="System.DirectoryServices" %>" at
the top of the page. I have checked my global assembly cache (both on the
development and the target machine) and both have the correct version of the
assembly (1.0.5000.0).
The server is Windows Server 2003, with all of the latest patches and
updates installed.
I've searched the net and newsgroups and have not yet found any solution to
this one beyond the ususal "Add a reference to System.DirectoryServices.dll"
to your project". Obviously, something deeper is happening here.
Anyone have a clue as to why this isn't working? Thanks!