gpt4 book ai didi

asp.net-mvc-3 - 在 TeamCity 中构建时找不到 CompareAttribute(在 Windows Server 2012 RC 上)

转载 作者:行者123 更新时间:2023-12-02 22:02:59 32 4
gpt4 key购买 nike

我正在尝试在安装有 Windows Server 2012 RC 的服务器上安装的 TeamCity 上构建 MVC 项目。

我收到以下错误。它看起来与 MVC 版本有某种冲突,这是我在谷歌搜索时发现的。我按版本明确引用 system.web.mvc 等,所以我不知道问题是什么。有什么想法吗?

Models\AccountModels.cs(26, 10): error CS0246: The type or namespace name 'Compare' could not be found (are you missing a using directive or an assembly reference?) 
Models\AccountModels.cs(26, 10): error CS0104: 'CompareAttribute' is an ambiguous reference between 'System.ComponentModel.DataAnnotations.CompareAttribute' and 'System.Web.Mvc.CompareAttribute'
Models\AccountModels.cs(64, 10): error CS0246: The type or namespace name 'Compare' could not be found (are you missing a using directive or an assembly reference?)
Models\AccountModels.cs(64, 10): error CS0104: 'CompareAttribute' is an ambiguous reference between 'System.ComponentModel.DataAnnotations.CompareAttribute' and 'System.Web.Mvc.CompareAttribute'

最佳答案

您必须在 Compare 属性中显式指定命名空间,例如

[System.Web.Mvc.Compare("NewPassword", ErrorMessage = "The new password and confirmation password do not match.")]

而不是

[Compare("NewPassword", ErrorMessage = "The new password and confirmation password do not match.")]

关于asp.net-mvc-3 - 在 TeamCity 中构建时找不到 CompareAttribute(在 Windows Server 2012 RC 上),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11461911/

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