I have added a link to my app.config file to my unit test project and it works, I can see the config values listed. However when I add a custom section as discussed here (How to get the values of a ConfigurationSection of type NameValueSectionHandler) to my XML, ConfigurationManager shows as being in an invalid state in the debugger.
MSDN says we're not supposed to use the older pre .NET 2 config classes as they are deprecated. So I'm not sure what can be wrong here?