Every WPF project I create in Visual Studio 2012 Express gives a warning right after creating the project:
The 'configuration' element is not declared.
Projects compile if not accessing the config. When trying to access it (via ConfigurationManager or Properties), compilation fails. Does anyone have a clue what it may be?