我在我的解決方案中有兩個項目Evolet.Domain
和Evolet.Web
,其中Evolet.Web
是引用Domain項目的asp.net mvc項目。但對於每一個電話從Evolet.Web
到Evolet.Domain
我獲得以下參考項目的方法不被識別:asp.net MVC 3
'AddServiceCustomerAccount' accepting a first argument of type 'Evolet.Domain.Repositories.PartnerRepository' could be found (are you missing a using directive or an assembly reference?) D:\Evolet\UserManagement\UserManagement\Controllers\MDMController.cs 149 44 Evolet.Web
我已經加入域項目作爲參考我的web項目編譯時錯誤消息。我無法弄清楚可能是什麼問題。
任何想法這裏發生了什麼?
拼寫錯誤? – linquize 2012-02-23 04:39:14