Hi, i am trying to install a service in my local machine. So i the steps i followed are:
- I created a "Windows Service" project - i built the project - i run "installutil.exe myproject.exe" and everything is going well. The problem is that i am not seeing the service in the service console ( to run/stop and manage in general) So what am i doing wrong? I am working with vs2008 and .net 3.5, but i am using the installutil.exe file from .net 2.0 thanks in advance mates
