Burc,
Did you find any solution/reason for this problem. I'm having the same
problem currently and I don't no what to do with it.
Thanks,
Maarten
> Hi,
>
> My problem is about connecting to a LDAP Service. I spent a lot of time
hoe to connect to our
> Netscape LDAP service and got a code from a coleage. The code has been
working without any
> probelms since I have installed Visual Studio. I am using my computer,
Windows NT
> Workstation as a development machine. After I installed Visual Studio,
the connection to the
> LDAP fails.
>
>
> Set oConn = Server.CreateObject("ADODB.Connection")
> oConn.Provider = "ADsDSOObject"
>
> oConn.Open "ADs Provider"
> Set oRS = oConn.Execute(sSQL)
>
> the error appears on the last line.
>
> Active Server error 80040e37. Element not found.
>
> What might be the problem?
>
> Thanks
> Burc
>