I'm trying to make a windows service using C#.
My problem is that I only have Visual Studio Express 2010 so I can't generate a "Service application". My console application is working and I installed it as a service using Inno Setup.
But of course, service is not starting. So my question is, what's the coding differences between a console application and a windows service - What I must do to make my application work as a service.
Thanks