Dears,
I have a problem with belows code:
mySearcher.Filter = "(&(objectClass=user)
(|(cn=" + objectName + ")(sAMAccountName=" + objectName + ")))";
i receive errors: NEWLINE IS CONSTANT.
Can you tell me whats wrong with that code?
THX in advance!