This is the first project in VS 2012 express which I have just installed.
I'm getting this error message: "The configuration element is not declared" in my App.config file
This is the App.config file:
<?xmlversion="1.0"encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntimeversion="v4.0"sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
What do I need to change?
Thanks,
Allan Brewer