Hello!
I am trying to move a project from VS 2008 to VS 2010. The project upgrade wizard completed fine, but the project does not compile. It says:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config(129): error ASPCONFIG: Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'.
I have chosen to stay with .net 3.5, but from this error it seems like it is linking to version 4 of framework. If I right click on the solution and choose Properties, the Target framework on the Application tab is set to .NET 3.5
I have VS 2008 installed on the same computer, and the project compiles and runs fine.
Where am I going wrong?