No templates in Visual Studio 2017(Visual Studio 2017 中没有模板)
问题描述
从头开始安装 Visual Studio 2017 (RC) 后,我找不到标准的模板列表.我对Console Application (C#) 模板 和Windows Form (C#) 模板 特别感兴趣.我很确定我错过了其中一个单独的组件.我不确定应该安装哪一个,也不想全部安装.
After a Visual Studio 2017 (RC) installation from scratch, I can't find a standard list of templates. I'm specifically interested in the Console Application (C#) template and the Windows Form (C#) template. I'm pretty sure I'm missing one of the Individual Components. I'm not sure which one is supposed to be installed and I don't want to install all of them.
请查看我的已安装组件列表.
Please see my list with components installed.
推荐答案
您需要通过启动安装程序来安装它.
You need to install it by launching the installer.
单击左上角的工作负载"选项卡*,然后选中右上角的.NET-Desktop Development"并点击安装.请注意,它可能会修改您的安装大小(右下角),您可以安装其他工作负载,但您至少必须安装.NET-Desktop Development".
Click the "Workload" tab* in the upper-left, then check top right ".NET-Desktop Development" and hit install. Note it may modify your installation size (bottom-right), and you can install other Workloads, but you must install ".NET-Desktop Development" at least.
*如以下评论所示,用户无法使用单个组件"选项卡实现等效功能.
*as seen in comments below, users were not able to achieve the equivalent using the "Individual Components" tab.
这篇关于Visual Studio 2017 中没有模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Visual Studio 2017 中没有模板
基础教程推荐
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- WPF 模态进度窗口 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
