我的电脑上没有 Windows 8。但是,我安装了 Windows 8 的 Consumer Preview 版本。有什么方法可以在 Consumer Preview 版本上创建适用于 Windows 8 的应用程序?Visual Studio for Windows 8 无法安装,因为它会出现大量错误。
问问题
137 次
3 回答
4
要使用 Visual Studio 2012 的最终版本构建 Windows 应用商店应用程序,您将需要使用 Windows 8 RTM 构建。
无论如何,您都不想使用 Windows 8 Consumer Preview 来开发 Windows Store 应用程序——在 Consumer Preview 和 RTM 构建之间,平台、框架和工具已经发生了重大变化。
于 2012-11-27T01:59:12.073 回答
2
简短的回答是,如果没有 Windows 8 RTM 或更高版本,您将无法开发 Windows 应用商店应用程序。
如果您不想安装/分区您的硬盘,那么在无需对驱动器进行分区的情况下进行 Windows 8 安装是一个好主意。
于 2012-11-27T04:46:01.647 回答
1
请参阅,Windows 8 应用程序使用 Windows 8 API,例如目录和所有 . 因此,要制作任何现代 UI 应用程序,您需要使用 VS 2012 安装 Windows 8
于 2012-11-29T05:29:05.250 回答