M
mehdi_mousavi
Hi,
I've just developed a new ConfigurationSection that is supposed to
handle the following configuration:
<TipOfTheDay>
<Contents>
<add name="whatever"><![CDATA[This is an <b>html</b>.]]></add>
</Contents>
</TipOfTheDay>
However, an exception is thrown and the following message is indicated:
The configuration section cannot contain a CDATA or text element.
How am I supposed to solve this problem?
Configurations:
- ASP.NET 2.0
- VS2005
Any help would be highly appreciated,
Cheers,
Mehdi
I've just developed a new ConfigurationSection that is supposed to
handle the following configuration:
<TipOfTheDay>
<Contents>
<add name="whatever"><![CDATA[This is an <b>html</b>.]]></add>
</Contents>
</TipOfTheDay>
However, an exception is thrown and the following message is indicated:
The configuration section cannot contain a CDATA or text element.
How am I supposed to solve this problem?
Configurations:
- ASP.NET 2.0
- VS2005
Any help would be highly appreciated,
Cheers,
Mehdi