When I create new ASP.NET 4.5 web forms application from vs2012 and update all nuget packages, I receive this error on build:
ASP.NET 4.5
vs2012
nuget
For me it happened because App.Config wasn't in the folder and there were other app.configs meant for different env. So I copied it.