Y
Yosh
Morning!
I am developing an winform application in c#. I have an app.config file that
contains an entry with a Url address assigned to it. When I run my
application I get the following error:
The ':' character, hexadecimal value 0x3A, cannot be included in a name.
After doing some research, the problem is not the semi-colon. It's the
ampersand in the Url that is causing the error.
What is the problem? Can you not assign an & character to a string in the
App.Config? When I remove it, my application runs. I've tried rebooting and
everything.
Thanks,
Yosh
I am developing an winform application in c#. I have an app.config file that
contains an entry with a Url address assigned to it. When I run my
application I get the following error:
The ':' character, hexadecimal value 0x3A, cannot be included in a name.
After doing some research, the problem is not the semi-colon. It's the
ampersand in the Url that is causing the error.
What is the problem? Can you not assign an & character to a string in the
App.Config? When I remove it, my application runs. I've tried rebooting and
everything.
Thanks,
Yosh