gpt4 book ai didi

asp.net - MvcBuildViews true 与 ASP.NET MVC 2 中的 Entity Framework

转载 作者:行者123 更新时间:2023-12-02 04:02:56 24 4
gpt4 key购买 nike

在 VS 2010 中,更改 <MvcBuildViews>true</MvcBuildViews>如果您使用 Entity Framework ,MVC2 项目的 .csproj 文件中的 .csproj 文件会导致错误。

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

我想在调试时构建 View ,并且我还希望我的项目能够编译!

最佳答案

您可以通过将以下元素添加到 web.config 文件来解决此 MVC 编译问题:

<add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

这将告诉编译器在哪里可以找到丢失的类型。

关于asp.net - MvcBuildViews true 与 ASP.NET MVC 2 中的 Entity Framework ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2762256/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com