Click here to Skip to main content
15,885,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to create a windows Form application in C# using VS 2017. But when I click new project and VIsualC#, I am getting options:
Windows Universal
.NetCore
.Net Standard
Test

The link at:

Introduction to C# Windows Forms Applications - GeeksforGeeks[^]


says that I have choose Desktop. But this option is not available on my system. Some body please guide me what I have to do?

Zulfi.

What I have tried:

I found that "Desktop" option is not present in my VS207
Posted
Updated 7-Jun-19 19:54pm
v2

1 solution

Try these steps in order:

1) Check that you are under the "Installed ... Templates ... Visual C#" branch on the left side of the dialog.
2) Try the "Search Installed Templates" box in the top right of the "New Project" dialog: type "Windows Form Application" and see if it finds it.
3) See here: Visua Studio 2017 missing Windows Form Application and also missing CLR template - Developer Community[^] you may have not installed desktop support.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900