0

我刚刚安装了 Windows Phone 开发人员工具,因为我想玩手机并可能发布一些应用程序。

然而,在创建一个默认项目后,当我尝试编译时,我会看到这个:

XML 命名空间“clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls”中不存在标记“Panorama”

我犯了什么错误?

编辑:我错过了部分错误:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9):警告 MSB3245:无法解析此引用。找不到程序集“Microsoft.Phone.Controls”。检查以确保该程序集存在于磁盘上。如果您的代码需要此引用,您可能会遇到编译错误。
          对于 SearchPath“{TargetFrameworkDirectory}”。
          考虑“C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\Profile\WindowsPhone\Microsoft.Phone.Controls.dll”,但它不存在。
          考虑“C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\Silverlight\v4.0\Profile\WindowsPhone\Microsoft.Phone.Controls.exe”,但它不存在。
          对于搜索路径“{RawFileName}”。
          考虑将“Microsoft.Phone.Controls”视为文件名,但它不存在。
          对于 SearchPath“Bin\Debug\”。
          考虑“Bin\Debug\Microsoft.Phone.Controls.dll”,但它不存在。
          考虑“Bin\Debug\Microsoft.Phone.Controls.exe”,但它不存在。
4

2 回答 2

3

Just got this error! In my case I was manually adding some pre-existing XAML's (among them, some with panorama) to a project which didn't have any panorama page.

Basically what I did was add a new "Windows Phone Panorama Page", which made VisualStudio include some additional references that was missing, and now the project is loading smooth.

于 2011-07-14T11:38:56.480 回答
2

在我看来,SDK 不知何故未能安装一些必需的组件。我建议先重新安装 SDK,然后看看你可以从那里得到什么。

于 2011-04-22T04:38:05.487 回答