无法在 Visual Studio 2017 年找到 Service Fabric 应用程序新项目选项

Unable to find Service Fabric application New project option in Visual Studio 2017

解法:

From answers we were able to find the location on Window 7 : "C:\Program Files (x86)\Microsoft Visual Studio17\Community\Common7\IDE\devenv.exe"

我正在关注这个 tutorial。 要创建新的 Service Fabric 应用程序,我需要 select 图像中的以下应用程序:

但是在我的电脑上我找不到相同的选项:

我已经安装了 SDK from here for VS 2017,但是我也找不到新的 Service Fabric 应用程序的选项。

请告诉我我缺少什么。

我有 Powershell 3.0,VS 2017 社区版,Windows 7

已安装的组件:

Service Fabric Tools are part of the Azure Development and Management workload in Visual Studio 2017. Enable this workload as part of your Visual Studio installation.

这意味着您需要再次 运行 安装程序并确保您已选择 azure 部署

另外你是运行宁融不visual studio

PS。你能确认你已经安装了吗?

在 visual studio 2017 年启用 Azure 开发工作负载,如下所示: 转到工具 > 获取工具和功能。在工作负载下,确保 select Azure 开发。

此外,您需要使用 Web Platform Installer 安装 Microsoft Azure Service Fabric SDK 和运行时。

最后,关闭visual studio并以管理员身份启动。

有关详细信息,请参阅 link:https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-get-started