G
Guest
Hi,
I'm trying to store the value of an LDAP Filter string in the app.config
file of a VB2005 application.
I've made the following entry:
<setting name="LDAPFilterSring"
serializeas="String">
<value>"(&(objectcategory=person)(objectclass=user))"</value>
</setting>
The ">"(&(objectcategory" string is underlined and it reports "Expecting
';'." when I hover over it.
Can anyone tell me what is wrong?
Thanks
I'm trying to store the value of an LDAP Filter string in the app.config
file of a VB2005 application.
I've made the following entry:
<setting name="LDAPFilterSring"
serializeas="String">
<value>"(&(objectcategory=person)(objectclass=user))"</value>
</setting>
The ">"(&(objectcategory" string is underlined and it reports "Expecting
';'." when I hover over it.
Can anyone tell me what is wrong?
Thanks