xolela
03-11-2004, 10:22 AM
HERE I’M TRYING TO READ INFO FROM AD.
But for some fields I’m having the following error.
The property cannot be found in the cache.
To solve that error I was advised explicitly retrieved those properties with GetInfoEx instead of GetInfo.
Then now I don’t know if this line of code is right because I’m experiencing the syntax error that says “Array” is a type and it cannot be used as an expression. Can u please help.
Call objUser.GetInfoEx(Array("streetAddress", “st”),0)
I’m working on DOT NET Framework.
thank you in advance
But for some fields I’m having the following error.
The property cannot be found in the cache.
To solve that error I was advised explicitly retrieved those properties with GetInfoEx instead of GetInfo.
Then now I don’t know if this line of code is right because I’m experiencing the syntax error that says “Array” is a type and it cannot be used as an expression. Can u please help.
Call objUser.GetInfoEx(Array("streetAddress", “st”),0)
I’m working on DOT NET Framework.
thank you in advance