Windows Server2012RCを搭載したサーバーにインストールされた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'