我正在尝试在安装了 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'