developing window service
i am trying to start windows service
procedure which i am following
1. create new project of windows service named mService
2. write code in OnStart() function.
3. compile the code
4. use the installutil command in command prompt to install the windows service
5. check the current service in control panel
There was not any service found in control panel named mService.....
Please tell any solution to this problem.....