V
vinay
Hi
I am using ADAM as i am using XP prof.
I am getting error while creating new GROUP.
"System.UnauthorizedAccessException - General access denied error"
Dim de As DirectoryEntry = New
DirectoryEntry("LDAP://localhost:389/CN=Builtin,DC=XXX,DC=com")
Dim newProcCntr As DirectoryEntry = newGroup.Children.Add("CN=" &
txtProcessName.Text, "group")
Dim newGroup As DirectoryEntry = de.Children.Add("CN=vs3." +
txtNewGroup.Text, "group")
newGroup.CommitChanges()
newProcCntr.CommitChanges()
Any suggestions?
--
http://pathidotnet.blogspot.com
=====
vInAypAtHi
o__
---_,>/'_------
(_) \(_)
---------------
I am using ADAM as i am using XP prof.
I am getting error while creating new GROUP.
"System.UnauthorizedAccessException - General access denied error"
Dim de As DirectoryEntry = New
DirectoryEntry("LDAP://localhost:389/CN=Builtin,DC=XXX,DC=com")
Dim newProcCntr As DirectoryEntry = newGroup.Children.Add("CN=" &
txtProcessName.Text, "group")
Dim newGroup As DirectoryEntry = de.Children.Add("CN=vs3." +
txtNewGroup.Text, "group")
newGroup.CommitChanges()
newProcCntr.CommitChanges()
Any suggestions?
--
http://pathidotnet.blogspot.com
=====
vInAypAtHi
o__
---_,>/'_------
(_) \(_)
---------------