Click here to Skip to main content
15,881,744 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello:

I have implemented your library partially successfully and here are my issues so far.

When I used your CreateADUser seems to create fine the user in the AD but when I got into it using Active Directory Administrative Center the user is not shown or visible in the list. If I try to change any user to that username just created gives an error that it cant be changed cause it exists.

My second issue is when I try to set the password (Dim ret As Object = dEntry.Invoke("SetPassword", oPassword)) the code stays active for a while then shows a very weird error message saying: "Exception has been thrown by the target of an invocation." when I go to the details it says: the network path was not found exception from HRESULT: 0x80070035

Also when I try to add a group to the user using: Dim members As Object = group.Invoke("Members", Nothing), also shows this error message: A local error has occurred.

I have googled and nothing shows as a solution.

Can you please advise any idea what my problems are?

Thanks
Posted
Comments
Orcun Iyigun 14-Nov-13 10:09am    
FYI you should ask this question under the article that you read not in Q/A. Here the author will not be notified, but if you use comment section below the article the author will be notified.
Sergey Alexandrovich Kryukov 14-Nov-13 16:46pm    
Which article? A link, please. And write to the article author.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900