Determine depend on services

R

Ron Hinds

I've created a service in VB.Net. It seems to work just fine if I start the
service manually while I'm logged in. But if I reboot the machine, the
service fails with a socket error. I think that there may be other services
that my service depends on. How do I determine what, if any, services my
service depends on? If this isn't the correct place to post this question, I
would appreciate it if someone could point me in the right direction. Thank
you!
 
H

Herfried K. Wagner [MVP]

Am 28.04.2010 00:58, schrieb Ron Hinds:
I've created a service in VB.Net. It seems to work just fine if I start the
service manually while I'm logged in. But if I reboot the machine, the
service fails with a socket error. I think that there may be other services
that my service depends on. How do I determine what, if any, services my
service depends on? If this isn't the correct place to post this question, I
would appreciate it if someone could point me in the right direction. Thank
you!

Maybe it's a firewall-related problem:

Windows Service using Sockets
<URL:http://social.msdn.microsoft.com/Forums/en/netfxnetcom/thread/1400333a-da0a-45e7-976d-7a2966752b1c>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top