Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I add WinForm NET 5 feature? Somehow, Winform NET 5 template option is not displaying.I have updated visual studio release notes 16.9, It is updated. I tried to add in preview feature, it shows Check mark in preview feature.But,I am still unable to choose the template.Any Look?

What I have tried:

I have already created a project by using Vb, it works perfectly. Now, I want to create the textospeech in managed code.For that,I need this template to create texttospeech for multi language.
Posted
Updated 9-Mar-21 19:59pm

1 solution

Have you checked the Framework version that your project is set to build for?
Unless it is set to use a framework version that includes the feature, it will not be available.
Check the Solution Explorer pane, under the Project branch and the "Properties" twig. The "Target framework" dropdown is on the "Application" tab.
 
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