use*_*303 6 c# asp.net-mvc asp.net-membership asp.net-mvc-4 asp.net-identity
一切正常,直到我安装(包管理器控制台)邮政包,然后卸载并安装旧版本。
现在我收到了以前没有的错误。错误:
The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?)
谁知道如何解决这个问题?
System.Web.Http也许您在项目中缺少对程序集的引用?
所以你需要:
System.Web.Http;using System.Web.Http;到您的控制器;要添加参考,您需要执行以下步骤:
System.Web.Http在右侧输入“搜索”。System.Web.Http,然后单击“确定”。关联:
| 归档时间: |
|
| 查看次数: |
6967 次 |
| 最近记录: |