gpt4 book ai didi

asp.net-mvc - 找不到 HttpPostAttribute?

转载 作者:行者123 更新时间:2023-12-04 19:33:10 30 4
gpt4 key购买 nike

我刚刚打开了一个我之前在 MVC 中完成的项目,我在浏览器中查看时立即启动,现在突然找不到 [HttpPost] & [HttpPostAttribute]。可能是什么问题?

错误信息

The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?)

编辑:

如果我注释掉 [HttpPost],我会发现全局缺少 UrlParameter 和 AreaRegistration?

using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Security.Principal;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
using System.Web.Security;
using PROJECT.Web.Models;

最佳答案

您可能引用了 System.Web.Mvc 版本 1.0.0.0 dll 而不是 2.0.0.0。检查对它的引用,如果它是错误的,删除它并重新添加正确的版本。

关于asp.net-mvc - 找不到 HttpPostAttribute?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2810777/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com