0

在尝试在 Visual Studio 中构建最简单的 Metro 应用程序时,我收到十几个关于缺少程序集引用的错误(错误 WMC1003)。我刚刚从这里安装了 VS 11:http: //www.microsoft.com/download/en/details.aspx? displaylang=en&id=27543

任何和所有的帮助表示赞赏!以下是指定错误的构建输出的一部分:

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.Foundation'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml.Controls'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml.Markup'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml.Media'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml.Media.Animation'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml.Media.Imaging'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml.Data'

1>C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v1.0\Microsoft.Windows.UI.Xaml.Common.targets(95,9): XamlCompiler error WMC1003: Window Runtime Reference Assembly is missing: 'Windows.UI.Xaml.Documents'
4

1 回答 1

1

您只能在 Windows 8 上构建 Metro 应用程序。您在使用它吗?

如果不下载安装了 VS 2011 的 Windows 8 开发者预览版。

http://dev.windows.com/

编辑:下载链接中的注释

为了开发 Metro 风格的应用程序,必须在 Windows Developer Preview 上安装 Visual Studio 11 Developer Preview,并使用开发人员工具 English, 64-bit . 不支持在 Windows 8 的其他 Preview 版本上开发 Metro 风格的应用程序。

注2:http ://social.msdn.microsoft.com/Forums/en/toolsforwinapps/thread/12057f17-2f6c-422e-836e-47bcb1656a5d

开发 Windows Metro 风格的应用程序

在 BUILD,开发 Windows Metro 风格应用程序的唯一平台是 Windows Developer Preview,它带有开发人员工具英语,64 位 (x64)。64 位仅限 Metro 风格开发工具的限制仅适用于 BUILD。32 位版本的 Visual Studio 将在未来的预发行版中支持 Metro 风格开发。

  • 这包括适用于 Windows 的 Visual Studio Express 和 Blend 开发者
    预览版,以及从周五开始安装 Windows SDK,您将可以访问 Visual Studio 11 开发者预览版,使用开发者工具英语,64 位在 Windows 开发者预览版上安装它

  • (x64) 在任何其他映像上不支持构建 Metro 风格应用程序

    注意:Visual Studio 11 Express for Windows Developer Preview 将无法单独下载

于 2011-09-18T21:39:52.797 回答