You need to enable JavaScript to run this app.
最新活动
大模型
产品
解决方案
定价
生态与合作
支持与服务
开发者
了解我们

Visual Studio 2017创建C# .NET Framework控制台应用如何设置路径与解决方案

How to Show Location & Solution Options for .NET Framework Console Apps in VS2017

Hey there! I totally get the frustration—switching from VS2015 to 2017 can feel like some familiar project setup options went missing out of nowhere. Let's get those location, solution name, and directory settings back for your .NET Framework Console App:

Method 1: Use the "Advanced" Toggle in the New Project Flow

  • Open Visual Studio 2017 and select Create a new project
  • Search for and select the Console App (.NET Framework) template, then click Next
  • You’ll initially only see fields for Project name and Framework—look at the bottom of this window for the Advanced button/dropdown (it might be tucked away, so keep an eye out!)
  • Clicking it will expand all the options you’re used to: Location, Solution name, and the checkbox for Create directory for solution

Method 2: Use the Traditional "File > New > Project" Menu

If you prefer the VS2015-style full setup window right off the bat:

  • Go to the top menu bar and select File > New > Project
  • Navigate to Visual C# > Windows Desktop > Console App (.NET Framework)
  • This will open the classic project creation dialog with all your desired settings (location, solution name, etc.) visible by default

The simplified new project interface in VS2017 hides these advanced options by default to streamline the process, but they’re always just a click or menu selection away.

内容的提问来源于stack exchange,提问作者Skyblues

火山引擎 最新活动