D
DraguVaso
hi,
I'm having troubles putting a string with double qoutes (") in it in an
application configuration file (App.Config).
The string i need to put in it is: '/profile "MS Exchange Settings" '
I tried it like this:
<add key="Argument" value="/profile "MS Exchange Settings""/>
<add key="Argument" value='/profile "MS Exchange Settings"'/>
<add key="Argument" value="/profile ""MS Exchange Settings"""/>
<add key="Argument" value="/profile """MS Exchange Settings""""/>
<add key="Argument" value="/profile """"MS Exchange Settings"""""/>
But none of them worked: they all gave an error.
Des anybody know how to do this,
thanks a lot,
Pieter
I'm having troubles putting a string with double qoutes (") in it in an
application configuration file (App.Config).
The string i need to put in it is: '/profile "MS Exchange Settings" '
I tried it like this:
<add key="Argument" value="/profile "MS Exchange Settings""/>
<add key="Argument" value='/profile "MS Exchange Settings"'/>
<add key="Argument" value="/profile ""MS Exchange Settings"""/>
<add key="Argument" value="/profile """MS Exchange Settings""""/>
<add key="Argument" value="/profile """"MS Exchange Settings"""""/>
But none of them worked: they all gave an error.
Des anybody know how to do this,
thanks a lot,
Pieter