创建 Windows 窗体时的杂项文件

huangapple go评论57阅读模式
英文:

Miscellaneous Files when creating a windows form

问题

当我创建一个新的Windows窗体项目时,我无法在其中做任何事情:Miscellaneous Files

我尝试创建一个新项目,但我再次遇到相同的问题。
所有文件都在默认的存储库文件夹中,所以这不应该是问题。

英文:

When I create a new windows form project i can't do anything inside of it: Miscellaneous Files

I try to create a new project but I stumble again with the same problem.
All the files are in the default repo folder so that shouldn't be the problem.

答案1

得分: 1

你需要运行Visual Studio Installer,然后选择Modify,然后找到**.NET Desktop Development Workload**,安装这个工作负载,它会提示你关闭所有活动的Visual Studio窗口以开始下载过程,然后之后Visual Studio应该能够识别你的Windows Forms项目。

这些工作负载非常重要,如果你想基于任何编程语言如C++或C#创建项目,那么必须从Visual Studio Installer中安装与该语言关联的Desktop Development Workload。你可以在Windows开始菜单中找到Installer,通常它位于开始菜单上的Visual Studio启动图标附近。

英文:

You need to run the Visual Studio Installer and then choose Modify and then find the .NET Desktop Development Workload install the workload which will prompt you to close all active visual studio windows so the download process can start and then afterwards Visual Studio should be able to recognize your windows forms projects.

These workloads are very important and for you to be ale to create a project based on any programming language such as C++ or C# then the Desktop Development Workload associated with the language needs to be installed from the Visual Studio Installer. You can find the Installer from the Windows Start Menu and it's usually located close to the Visual Studio launch icon on the start menu.

huangapple
  • 本文由 发表于 2023年6月12日 00:26:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/76451428.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定