I am trying to move a project from VS 2008 to VS 2010. The project update wizard completed well, 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 decided to stay with .net 3.5, but because of this error it seems that it is referencing version 4 of the framework. If I right-click on the solution and select "Properties," .NET 3.5 will be installed on the "Application" tab of the "Target" platform
I have VS 2008 installed on the same computer, and the project compiles and works fine.
Where am I going wrong?
visual-studio visual-studio-2010 entity-framework
Palantir
source share