Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 VS2010 RC 升级到 MVC2 RTM,我的一些 ViewUserControl 和 Page 控件对于 <%= Html..... %> 或 <%= Model... %> 等简单的东西没有显示智能感知
如果这是有问题的区域,则区域项目中可能缺少 Web.Config 文件。没有它,Visual Studio 会认为您使用的是“传统”aspx 或 asmx 文件。
Web.Config
它现在应该可以工作了。