J
Joe User
Need ideas - have app that retrieves user and group info from ADSI WinNT
provider via .Net system.directoryservices. What I have run into is an
issue where the .Net call to retrieve the children of the domain works great
(where I can retrieve users and groups), but in attempting to ID group
members - where I retrieve the group object first - the group object's
children property fails with an exception - yet a native invocation of the
ADSI group object's members method works great. This complicates other
actions I wanted to implement later - and it would seem that the children
property should work as well as the native call. Any ideas ?
-J
provider via .Net system.directoryservices. What I have run into is an
issue where the .Net call to retrieve the children of the domain works great
(where I can retrieve users and groups), but in attempting to ID group
members - where I retrieve the group object first - the group object's
children property fails with an exception - yet a native invocation of the
ADSI group object's members method works great. This complicates other
actions I wanted to implement later - and it would seem that the children
property should work as well as the native call. Any ideas ?
-J