gpt4 book ai didi

asp.net-mvc-3 - Visual Studio 无法识别 @model 指令

转载 作者:行者123 更新时间:2023-12-02 14:36:28 25 4
gpt4 key购买 nike

我无法让 Visual Studio 识别 MVC3 中的 @model 指令。结果,我没有得到任何智能感知帮助。例如,我刚刚在 Visual Studio 中加载了标准基础 MVC3 项目,它在 LogOn.cshtml 中显示了各种错误,因为它无法弄清楚 View 模型是什么。但是,如果我运行该应用程序,一切都会正常。所以我想这比其他任何事情都更令人烦恼。

最佳答案

如果您已安装 ASP.NET MVC 3 工具更新,请确保已在 web.config 中设置 webpages 版本:

<appSettings>
<add key="webpages:Version" value="1.0.0.0"/>
...
</appSettings>

然后只需关闭并重新打开 View 和语法突出显示,Intellisense 就会回来。

<小时/>

更新:

重新安装 ASP.NET MVC 3 工具更新可以解决该问题。

关于asp.net-mvc-3 - Visual Studio 无法识别 @model 指令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10521140/

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