Windows Forms application option seems to be missing?

拟墨画扇 提交于 2019-12-12 13:15:27

问题


I am learning how to design a Windows Forms Application in Visual Studio 2017. The tutorial asks me to create a new project using the File -> New -> Project option and selecting 'Windows Forms Application' in the new project dialog box.

However, when I explore this option in Visual Basic, my New Project dialog window only has three options, and the Windows Forms Application is not one of them (see screenshot - attached).

Just wondered if anyone might be able to suggest how to get this option to appear? I have tried looking for the correct option in the Visual Studio installer, but I cannot find it their either.

Screenshot attached.

Thanks!

Robert London, UK


回答1:


Because you need to install it.

Go to Visual Studio Installer from the start and check the checkbox .NET Desktop Development. . After that restart the VS 2017.




回答2:


Open Visual Studio Installer, ‘Modify’ your installation and install the ‘.Net Desktop Development’ workload.



来源:https://stackoverflow.com/questions/53212956/windows-forms-application-option-seems-to-be-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!