简体   繁体   English

Resharper有问题吗? VS 2015和MVC

[英]Problems with Resharper? VS 2015 and MVC

I got VS 2015 and MVC, i get this red stuff in several projects. 我得到了VS 2015和MVC,在几个项目中都得到了这个红色的东西。 What can be the cause. 可能是什么原因。 Views is the only problem, works fine in code behind. 视图是唯一的问题,在后面的代码中效果很好。

MVC视图

add below in web.config(Inside View folder web.config as well outside web.config) 在web.config中添加以下内容(在内部View文件夹web.config以及外部web.config中)

   <namespaces>
    <add namespace="System.Web.Mvc" />
    <add namespace="System.Web.Mvc.Ajax" />
    <add namespace="System.Web.Mvc.Html" />

  </namespaces>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM