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.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
sudhinbaruPosted Apr 17, 2006, 4:31 PM
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