error creating section handler

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • helpful sql

    error creating section handler

    Hi all,
    I am getting an exception from asp.net application that says error
    creating section handler.
    Here is my configuration section from web.config file:

    <configSections >
    <section name="ProposalT emplateNameSpac es"
    type="System.Co nfiguration.Nam eValueSectionHa ndler" />
    </configSections>

    <ProposalTempla teNameSpaces>
    <add key="w" value="http://schemas.microso ft.com/office/word/2003/wordml"
    />
    <add key="ns0" value="http://tempuri.org/datasetMPI.xsd" />
    </ProposalTemplat eNameSpaces>

    The exception shows the second line - <section> tag in red. Any idea on what
    I may be doing wrong here?

    Thanks.


Working...