MvcBuildViews true with Entity Framework in ASP.NET MVC 2

Posted by Alper Ozcetin on Stack Overflow See other posts from Stack Overflow or by Alper Ozcetin
Published on 2010-05-04T01:26:58Z Indexed on 2010/05/04 4:28 UTC
Read the original article Hit count: 651

Hi everybody,

In VS 2010, changing true in a MVC2 project's .csproj file causes an error if you are using Entity Framework.

Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config 129

I want to build views while I'm debugging, and I also want my project compile!

Any ideas? Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc