Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to developed windows services using visual Studio 2019, but I couldn't find windows service template. What I do next?? How I create windows services using visual Studio 2019, can we used console application as windows services??

What I have tried:

I tried to search google but not finding what I required
Posted
Updated 12-Oct-22 22:14pm

1 solution

Check which "workloads" you have installed:
run the VS installer as administrator and click ‘Modify‘, check the .NET desktop development workload is selected or not, if not, please check it to install. Alternatively, uncheck it to remove and then check it to re-install this workload.
 
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