【发布时间】:2014-08-04 09:02:30
【问题描述】:
我想使用 Windows Server 2012 开发 Windows Store App。可以吗? 在安装 VS 2013 的过程中出现了一些提示:“windows store app development requires windows 8.1”。
【问题讨论】:
标签: c# windows visual-studio-2013 windows-8.1 windows-server-2012
我想使用 Windows Server 2012 开发 Windows Store App。可以吗? 在安装 VS 2013 的过程中出现了一些提示:“windows store app development requires windows 8.1”。
【问题讨论】:
标签: c# windows visual-studio-2013 windows-8.1 windows-server-2012
阅读the MSDN entry它提到了以下内容
您无法使用 Windows 7 创建应用。此外,开发人员许可证不适用于 Windows Server 2012,因此您无法在该操作系统上开发 Windows 应用商店应用。
所以不,您不能使用 Server 2012 开发商店应用程序。
【讨论】:
是的,您不能使用 Windows Server 2012 开发 Windows Store App,因为开发人员许可证不适用于 Windows Server 2012。
您可以在 MSDN 上阅读更多相关信息:Develop apps by using Visual Studio 2013
【讨论】: