gpt4 book ai didi

visual-studio-2010 - 在ASP.NET MVC 3中添加 View 时缺少模型类

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

在我的ASP.NET MVC 3项目中,我引用了DomainModel项目。

当我尝试创建一个强类型的 View 时,会发生问题。在模型类列表中,我来自DomainModel的模型不存在。

我尝试了以下尝试,但没有成功(来自另一个线程):

-remove reference to the library containing the model
-clean project
-close VS
-reopen VS
-rebuild project (VS throws errors)
-re-add reference to the model library
-rebuild project

我也试图将VS2010更新为VS2010 SP1相同的问题。

有什么建议吗?

最佳答案

好吧,如果您在对话框中看不到模型,请尝试从这样的 View 中直接调用它:

@model  IEnumerable<Ieagle.WebSelfCare.Models.InvoicingIndex>

如果您有IEnumerable模型,否则
@model Ieagle.WebSelfCare.Models.Person

如果您无法达到这样的模型,则可能是模型内有问题

关于visual-studio-2010 - 在ASP.NET MVC 3中添加 View 时缺少模型类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6422607/

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