Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何开始使用windows phone SDK 8.1?_C#_Visual Studio_Windows Phone 8_Visual Studio 2013 - Fatal编程技术网

C# 如何开始使用windows phone SDK 8.1?

C# 如何开始使用windows phone SDK 8.1?,c#,visual-studio,windows-phone-8,visual-studio-2013,C#,Visual Studio,Windows Phone 8,Visual Studio 2013,情况: 我正在运行Windows7 professional,我正在尝试开发WindowsPhone8.1应用程序我已下载: 这就是Microsoft Visual studio 2013 Express RTM 因为这是RTM更新,windows phone 8.1开发需要2个RC更新,所以我下载了,这是上面提到的更新的在线安装程序。为了下载完整的本地安装包(3.43 GB),我在命令行上运行了E:/vs/“VS2013.2 RC.exe”/layout 安装: 我首先安装了Micros

情况:
我正在运行Windows7 professional,我正在尝试开发WindowsPhone8.1应用程序
我已下载:

  • 这就是Microsoft Visual studio 2013 Express RTM
  • 因为这是RTM更新,windows phone 8.1开发需要2个RC更新,所以我下载了,这是上面提到的更新的在线安装程序。为了下载完整的本地安装包(3.43 GB),我在命令行上运行了
    E:/vs/“VS2013.2 RC.exe”/layout
安装:

  • 我首先安装了Microsoft Visual studio 2013 Express RTM
  • 然后2个RC更新
它们都安装成功,没有错误。但是,当我从“开始”菜单打开Visual Studio 2013>VS Express 2013 for Desktop,并打开“文件>新建项目>已安装>模板>Visual C#”时,windows phone开发没有任何选项。这就是我想要的


问题:如何获得在visual studio 2013 express中使用C#开发windows phone 8.1的选项?

为windows phone 8.1开发windows 8.1需要windows 8.1

从:

对于Windows Phone开发:

  • Windows Phone 8.0开发需要Windows 8.1(x64)或更高版本
  • Windows Phone 8.1开发需要Windows 8.1(x86)或更高版本
  • 对于Windows Phone模拟器,请使用Windows 8.1(x64)Professional
    版本或更高版本,以及支持客户端Hyper-V和
    二级地址转换(SLAT)

检查一下。VS的唯一支持Windows Phone的版本是VS2012,它需要Windows 8.x(x64)开发系统。@MikeW实际上有一个Windows Phone开发人员网站(),该网站声明您可以使用VS2013开发Windows Phone。同样提到微软下载中心(),他们说“Windows7ServicePack1”也很合适。似乎开发工具只提到IDE,你仍然需要单独下载和安装,这需要Windows864bit@har07Qouted from:“Windows Phone 8.1开发工具包含在Visual Studio 2013中(更新2或更高版本)。如果已安装Visual Studio 2013,请使用下载链接安装Visual Studio 2013更新2 RC“。这表示下载内容包括SDK@OliverPayen:你能告诉我,当你想从这个页面下载2RC时,为什么他们会提到这么多其他的操作系统:@Musa,这是因为你可以在WP8以外的其他项目类型上使用旧的操作系统版本:WinForm、WPF、ASP.NET等。上面说你也可以在Windows 7上开发。那么,哪一个是真相?此链接现在已断开。我注意到windows 7中有安装sdk 8.0的解决方案,但找不到sdk 8.1的解决方案。步骤类似吗?我可以不使用模拟器,但希望有模板并能够打开windows phone 8.1项目。