[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

service install problem

Lloyd Dupont

1/22/2003 4:37:00 AM

Hi!

I don't manage to install and run my window service.
I wrote a simple window service (in fact the very one created by the
wizard), it inherits from ServiceBase, etc...
It compile without trouble.
I call InstallUtil myService.exe
which run smoothly and output blablabla..., installation succesfull.

But I can't see my service anywhere!
net start doesn't display it and throw an error if I try
net start myService.exe
or net start myServiceName

if I do start menu->setting->controlpanel->admin tool->service
I don't see it

what step did I miss ?





1 Answer

(marius)

1/24/2003 10:27:00 AM

0

Check out this one (mind the line-wrap):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbwlkWalkthroughCreatingWindowsServiceApplication.asp?...

HTH

"Lloyd Dupont" <lloyd@galador.net> wrote in message news:<uZXODdcwCHA.1252@TK2MSFTNGP09>...
> Hi!
>
> I don't manage to install and run my window service.
> I wrote a simple window service (in fact the very one created by the
> wizard), it inherits from ServiceBase, etc...
> It compile without trouble.
> I call InstallUtil myService.exe
> which run smoothly and output blablabla..., installation succesfull.
>
> But I can't see my service anywhere!
> net start doesn't display it and throw an error if I try
> net start myService.exe
> or net start myServiceName
>
> if I do start menu->setting->controlpanel->admin tool->service
> I don't see it
>
> what step did I miss ?