For one of my ASP.NET 3.5 applications, every single time I try to build the web app, it throws the following build errors in Visual Studio 2008:
Error 16
Check if the user dll and the application referencing the dll target the same .NET framework. I had a case where the frameworks were different which caused this problem.