I have a windows application built by c# and I need to run it every now and then, so I would like to create it as a windows service. How is it possible to create the windows service from the existing soluion?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe it’s easier for you to call it as a Scheduled Task, that way you won’t need extra coding.