I have just upgraded one of our MVC applications to MVC2 and the .NET Framework 4 and I came accross the error message "Unrecognized attribute 'targetFramework'".
The fix for this is very straight forward. Since the application was previously built against the .NET framework...
[More]