Intellisense 不适用于 ASP.NET MVC2 RTW 中的 ViewModel for MVC2 项目
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这是一个有问题的区域,那么该区域项目中可能缺少 Web.Config 文件。如果没有它,Visual Studio 会认为您正在使用“传统”aspx 或 asmx 文件。
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.
Web.Config
file that was generated into your original AreaIt should work now.