Hello,
I am trying to use the Application blocks configuration manager. I am
reading the docs on how to setup the app.config file to use the proper
reader/writer. I want to use xml file. I followed the directions and I am
still getting an error in the app.config file, it's complaining about
"Unrecogniz ed configuration section", "applicationCon figurationManag ement".
Here is the app.config file declaration as the docs say:
<?xml version="1.0" encoding="utf-8" ?>
<configuratio n>
<applicationCon figurationManag ement defaultSection= "TestConfigSect ion">
<configSectio n name="TestConfi gSection">
<configProvid er
assembly="Micro soft.Applicatio nBlocks.Configu rationManagemen t.Storage.XmlFi l
eStorage" path="C:\\Docum ents and Settings\\Lee Connell\\My
Documents\\Visu al Studio Projects\\Confi gTest\\ConfigTe st.xml"
refreshOnChange ="true" signed="false" encrypted="fals e"/>
</configSection>
</applicationConf igurationManage ment>
</configuration>
What am I missing to use this correctly?
Thank you
I am trying to use the Application blocks configuration manager. I am
reading the docs on how to setup the app.config file to use the proper
reader/writer. I want to use xml file. I followed the directions and I am
still getting an error in the app.config file, it's complaining about
"Unrecogniz ed configuration section", "applicationCon figurationManag ement".
Here is the app.config file declaration as the docs say:
<?xml version="1.0" encoding="utf-8" ?>
<configuratio n>
<applicationCon figurationManag ement defaultSection= "TestConfigSect ion">
<configSectio n name="TestConfi gSection">
<configProvid er
assembly="Micro soft.Applicatio nBlocks.Configu rationManagemen t.Storage.XmlFi l
eStorage" path="C:\\Docum ents and Settings\\Lee Connell\\My
Documents\\Visu al Studio Projects\\Confi gTest\\ConfigTe st.xml"
refreshOnChange ="true" signed="false" encrypted="fals e"/>
</configSection>
</applicationConf igurationManage ment>
</configuration>
What am I missing to use this correctly?
Thank you
Comment