by fkerrigan
@ 22. Nov 2007 - 11:11:18
I had an error when adding an appsettings to a app.config file that was created with enterprise libraries 2.0 for the Data Application block.
Only one <configSections> element allowed per config file and if present must be the first child of the root <configuration> element.
The <appsettings> was placed at the begining of the app.config; moving it to the end seems to have cured the issue. Weird little error tihs one.

No Comments/Trackbacks for this post yet...