我開始使用Windows Phone開發。嘗試創建應用欄時缺少命名空間手機
我試圖按照this Guide,以創造在我的頁面中的應用程序欄。但在第一步的時候我加入一行
using Microsoft.Phone.Shell;
編譯器會抱怨
Error 1 The type or namespace name 'Phone' does not exist
in the namespace 'Microsoft' (are you missing an assembly reference?)
我使用Visual Studio 2013社區和空白應用程序(Windows手機)模板創建我的項目。
我已經確認並與空白應用程序(Windows Phone的Silverlight的)模板,這不會發生,但我在Silverlight是一個較舊系統中的其他職位讀,所以我suppoused我沒有使用它
如何我能解決這個問題嗎?