diversereality
New Member
I'm doing some work in Visual Studio 2012. I have added an App.config XML file as follows:\[code\]<?xml version="1.0" encoding="utf-8" ?><configuration></configuration>\[/code\]The first thing that happens is a warning comes up that says "The 'configuration' element is not declared". Does anyone know why this is happening? It looks like elements can not be declared inside of until this is resolved.Thanks!