使用 Visual Studio 2010 在 Windows 7 上构建 Windows 8 Metro 应用程序
我的 Visual Studio 似乎无法构建任何 Metro 示例应用程序。由于我以前从未真正使用过这个 IDE,所以我几乎放弃了。
谁能指导我一个已经构建的示例应用程序,最好还有一些源代码以供参考?
注意:
我有 Windows 7 和 8 的副本。但是,我似乎无法在我的 Visual Studio 2010 Ultimate 副本中构建 Microsoft 的文件访问示例。我正在尝试在 Win8 的 Metro 模式下测试我的一个 Win7 应用程序(该应用程序可能会在给定 Metro 应用程序的用户会话期间调用使用)。
My Visual Studio can't seem to build any of the Metro Sample applications. As I've never really used this IDE before, I've pretty much given up.
Can anyone direct me to a sample application that is already built and preferably some source code along with it for reference?
Note:
I have a copy of Windows 7 AND 8. However I can't seem to build Microsoft's File Access Sample in my copy of Visual Studio 2010 Ultimate. I'm trying to test one of my Win7 applications in Metro mode of Win8 (the application may be called for use during a user's session in a given Metro app).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Metro 应用程序(即 Windows 8 中基于 WinRT 的应用程序)无法在 Visual Studio 2010 中运行。您需要 Visual Studio 11 Express(Windows 8 上提供的 使用开发人员工具的开发人员预览版,英语版,64 位 (x64) 或 Visual Studio 11 开发人员预览版(可从 MSDN 获取)订阅者))。
Metro Apps (that is, applicatons based on WinRT in Windows 8) will not run in Visual Studio 2010. You need Visual Studio 11 express (that comes on the Windows 8 Developer Preview with developer tools English, 64-bit (x64) or Visual Studio 11 developer preview (available for MSDN subscribers)).
根据Windows Metro 风格应用程序开发入门, “要开始构建适用于 Windows 的 Metro 风格应用程序,您必须首先下载并安装 Windows 开发人员预览版,其中包括适用于 Windows 开发人员预览版的 Microsoft Visual Studio 11 Express 和适用于 Metro 风格应用程序的 Windows SDK。”
因此,我认为您现在必须从 Windows 8 预览版进行 Metro 风格的开发。该网站还有一些 hello world 类型的内容和入门的一般方向。
According to Getting started with Windows Metro style app development, "To begin building Metro style apps for Windows, you must first download and install the Windows Developer Preview, which includes Microsoft Visual Studio 11 Express for Windows Developer Preview and the Windows SDK for Metro style Apps."
So I think you'll have to do metro-style development from the Windows 8 Preview for now. That website also has some hello world type stuff and general direction on getting started.
您可能可以在 Visual Studio 2010 中构建 Metro 风格应用程序。基本上 Metro 是一种特殊类型的设计,其重点更多地放在文本而不是图片上。 Metro 的意思是“Chrome 之前的文本”。
如果你可以构建这样的 Metro 控件(或者你可以从任何 Windows 8 副本中复制一些),你可能能够构建非常基本的 Metro 风格应用程序,但如果你希望构建一些高级的东西,那么我建议最好切换到 Windows 8 Visual Studio 2012 旗舰版 .
You probably can build Metro Style Apps in Visual Studio 2010. Basically Metro is a special type of design where focus is more on texts than pictures. Metro means " Text before Chrome".
If you can build such metro controls ( or you can copy some from any windows 8 copy) you probably will be able to build very basic Metro style apps , but if u wish to build something advanced then i would suggest better switch to Windows 8 with Visual Studio 2012 Ultimate .