15

I'm planning a side project with some colleagues but not everyone has licenses. We were thinking of releasing an app for both Windows 8/8.1 and Windows Phone 8 platforms. I don't have a lot of experience working with Express versions, but for some reason Visual Studio Express 2013 for Windows Phone seems to not exist on their site, but without any explanation. I'm wondering if anyone knows if Windows Phone development:

  • exists normally in 2013, and the marketing page is simply botched?
  • can not be done at all in Visual Studio Express 2013?
  • can be done in Visual Studio 2013 Express for Windows, after installing a Windows Phone SDK?
  • can be done without an MSDN License only in Visual Studio Express 2012?
4

4 回答 4

12

Windows Phone 8.1 开发工具现在可从 Visual Studio 2013 Update 2 或更高版本中获得。截至 2014 年 11 月,我们现在处于更新 4。

您可以从此处安装带有更新 4 的完整 VS Express 2013 for Windows:http: //www.visualstudio.com/en-us/downloads/

(确保您选择 VS Express 2013 for Windows 而不是VS Express 2013 for Windows Desktop)

如果您已经安装了适用于 Windows 的 RTM 版本的 Visual Studio Express 2013,则可以从此处仅安装更新 4:http: //go.microsoft.com/fwlink/p/ ?LinkID=390465

于 2014-04-15T15:17:07.493 回答
5

我很确定它与尚未发布的 Windows Phone 8.1(或其他任何名称)有关。

VS 2013 是关于 Windows 8.1 的,所以现在您可以在 VS 2013 中为 Windows 应用商店(Windows 8.1 和 Windows 8)、Windows 桌面(Windows 8.1 和以前的版本)和 Web 进行开发。

至于 Windows Phone,由于我们仍在使用 WP8,因此(目前)还没有 2013 Express 版本。当 WP 8.1 发布时,我们可能会看到一个新的 2013 版本的 VS Express for Windows Phone。

这就是我的想法。

于 2013-11-15T03:05:29.543 回答
4

我对同样的事情感到困惑。我已经升级到用于 Windows 8、Windows 8 桌面和 Web 开发的 Visual Studio 2013 - 但 windows phone 8 开发目前仍在 Visual Studio Express 2012 中。我假设它很快就会上线。

于 2013-10-21T04:15:26.763 回答
0

在 Visual Studio 2013 Update 3 中,可以选择构建 Windows Phone 8 应用程序、Windows 8 应用程序以及通用应用程序。最新的更新也支持Windows Phone 8.1 和Windows 8.1 的开发。默认情况下,它们从 8.1 支持的项目开始。有一个构建和空白应用程序(Windows Phone Silverlight)应用程序模板的选项,您可以在其中选择目标操作系统版本,无论是 Windows Phone 8 还是 Windows Phone 8.1

在此处输入图像描述

于 2014-11-05T12:41:00.847 回答