0

我正在尝试在帮助程序类中实现 IRouteContraint,但 VS 没有解决它。
如图所示,我已经导入了System.Web.Routing. 我从对象资源管理器中检查过,System.Web 有 System.Web.Routing,它有 IRouteConstraint 接口。但它不会解决。
它也不解析 System.Web 中的其他一些类,例如HttpContextBase(在图像中也是如此,没有蓝色)。IRouteConstraint 虽然在 Controller 类中解析。

我已经重新启动了VS,重新启动了机器。不会工作。不过,同样的事情在另一个项目中也有效:(我应该在哪里寻找?

更新:解决方案无法编译。
System.Web 本身无法解决。只发生在这个类。我已将它放在根级目录的自定义文件夹中。

在此处输入图像描述

4

1 回答 1

0

Chances are your Intellisense settings have been messed(due to Resharper or other tools). Reset all settings of VS (I have VS 2012 Express) I do this:

Tools > Settings > Reset

EDIT: On VS 2012 Ultimate I can do this:

Tools > Import and Export Settings > Reset All Settings

于 2013-07-14T08:21:59.153 回答