Я только что установил инструменты разработчика Windows Phone, потому что я хочу поиграть с телефоном и, возможно, опубликовать некоторые приложения.
Однако, после создания проекта по умолчанию, я представляю это, когда япопробуйте скомпилировать:
The tag 'Panorama' does not exist in XML namespace 'clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls'
Какую ошибку я допустил?
РЕДАКТИРОВАТЬ : я пропустил часть ошибки:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Microsoft.Phone.Controls". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
For SearchPath "{TargetFrameworkDirectory}".
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\Profile\WindowsPhone\Microsoft.Phone.Controls.dll", but it didn't exist.
Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\Profile\WindowsPhone\Microsoft.Phone.Controls.exe", but it didn't exist.
For SearchPath "{RawFileName}".
Considered treating "Microsoft.Phone.Controls" as a file name, but it didn't exist.
For SearchPath "Bin\Debug\".
Considered "Bin\Debug\Microsoft.Phone.Controls.dll", but it didn't exist.
Considered "Bin\Debug\Microsoft.Phone.Controls.exe", but it didn't exist.