Each time I try to add a very basic section into app.config I get the following error:
Configuration system failed to initialize.
I have looked at the variety of articles but none of those has helped so far. Any ideas what is going wrong?
Edit:
<configSections>
<section name="Test" type="TestType"/>
</configSections>
<Test>
</Test>