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
This happened to me when I had a BIN and OBJ folder marked read only. Remove the read-only on *.dll.config and *.app.config or delete those folders.