我使用Visual Studio 2012無法從一個項目添加引用到另一個項目
我已創建WCF服務庫項目命名爲:EvalServiceLibrary
我已經創建的Windows服務項目名稱:WindowsServiceHost在相同的解決方案。現在
,我引用EvalServiceLibrary內WindowsServiceHost。
當我構建解決方案,我收到以下錯誤:
The type or namespace name 'EvalServiceLibrary' could not be found (are you missing a using directive or an assembly reference?)
經過一番分析,我發現它是發生在Windows服務項目類型。
任何人都可以請建議解決方案?
可能的重複:http://stackoverflow.com/questions/4764978/the-type-or-namespace-name-could-not-be-found – khlr 2013-04-27 14:52:08