Intellisense 不适用于 ASP.NET MVC2 RTW 中的 ViewModel for MVC2 项目

发布于 2024-08-26 10:14:53 字数 127 浏览 7 评论 0原文

我使用 VS2010 RC 升级到 MVC2 RTM,并且我的一些 ViewUserControl 和 Page 控件对于像 <%= Html..... %> 这样的简单事情不显示智能感知。或 <%= 型号...%>

I upgraded to MVC2 RTM with VS2010 RC and some of my ViewUserControl and Page controls don't show intellisense for simple things like <%= Html..... %> or <%= Model... %>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

末が日狂欢 2024-09-02 10:14:53

如果这是一个有问题的区域,那么该区域项目中可能缺少 Web.Config 文件。如果没有它,Visual Studio 会认为您正在使用“传统”aspx 或 asmx 文件。

  • 右键单击 MVC 项目,然后选择“添加”
  • 从下拉
  • 列表中选择“区域” 将生成的 Web.Config 文件复制到原始区域

现在应该可以工作了。

If this is an Area that is having problems then there is probably a missing Web.Config file in the Areas project. Without it Visual Studio thinks you're using a 'traditional' aspx or asmx file.

  • Right click on the MVC project and select 'Add'
  • Choose 'Area' from the dropdown
  • Copy the Web.Config file that was generated into your original Area

It should work now.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文