1
Answer

Windows Service

Hi all,

I have created a C# console application.Its working fine.Now i want to make this as a windows service.Please tell me how to do that.

expecting ur reply asap.

Thanks in advance.
Answers (1)
0
sudhinbaru
NA 2 0 18y
Suganya,
 You need to create a WindowsService project to create a "Windows Service". As far as a I know you cannot convert a console application into a service.
 Hope this below link helps
 http://www.code101.com/Code101/DisplayArticle.aspx?cid=27 Good luck
- Sudhin