Hello everyone, I have a problem to access some properties (but it works for some of them) of the containers of the Active Directory. That is because I can't use the IADs methods because my VisualSudio.NET PRO doesn't recognize that type of data (type 'IADs'
not defined). Anyone has an idea ? Here is the code : ------------------------------------------------------------------------------------- Dim obj 'As IADs //// This is the undefined type... obj = dso.OpenDSObject("LDAP://EUCLIDE/CN=LECOMTE Christophe,CN=Users,DC=myFIRM,DC=com",
"lecomte_c", "MyPASSwd", 1) Dim test As String test = obj.mail //// This works good but this doesn't : test = obj. Response.Write(test) ---------------------------------------------------------------------------------------- Maybe I need to add the good library
to my VisualStudio project ? I don't know really... Thank U all, > Christophe L
For those who are interested, the problem was just that Visual Studio could use theses classes but couldn't show it as a known class. So I just had to find the good methods but myself, without using the popup menus in VS.NET. Thats it > CL
kiki31000
Member
30 Points
6 Posts
Active Directory Service Interface
Aug 19, 2003 01:17 PM|LINK
kiki31000
Member
30 Points
6 Posts
Re: Active Directory Service Interface
Aug 20, 2003 01:14 PM|LINK