What happened to System.Directoryservices.ActiveDirectory

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

Hi,

Is this the right place to dicuss Visual Studio 2005 and .Net 2?

I am try to implement a class (already using Windows Authentication) where I
am given a user name and I return a list of groups to which the user is a
member.

In .Net 1.1, I can use the System.DirectoryServices.ActiveDirectory
namespace; but what do I use in .Net 2?

TIA
 
I am try to implement a class (already using Windows Authentication) where I
am given a user name and I return a list of groups to which the user is a
member.
In .Net 1.1, I can use the System.DirectoryServices.ActiveDirectory
namespace; but what do I use in .Net 2?

Actually - no.

In .NET framework 1.1, there's only a System.DirectoryServices
namespace.

The System.DirectoryServices.ActiveDirectory namespace is part of the
..NET 2.0 release that will become officially available in November
2005.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch
 
Thanks Marc

Marc Scheuner said:
Actually - no.

In .NET framework 1.1, there's only a System.DirectoryServices
namespace.

The System.DirectoryServices.ActiveDirectory namespace is part of the
.NET 2.0 release that will become officially available in November
2005.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch
 
Back
Top