Windows Service

V

vovan

Sorry if my post doesn't belong here.
I created Windows Service in VB 2005. It works to listen Microsoft Fax
service events and update SQL Server db with the result of fax jobs
submitted to MS Fax. I installed it on Windows Server 2003 and on XP several
times and it works fine.
Now I need to install it on Vista. With some problems I could solve I
finally installed it.
Unlike on previous versions of Windows it doesn't start automatically. When
I start it manually it displays a message saying that "the service started
and then stopped. Some services stop automatically if they are not in use by
any other services or programs."
It's correct - no other service or program use my service. It works itself
to update the database.
How do I make keep it running? Can I change some of its properties (if yes,
which ones) or I need to rewrite the code (what should I do in that case)?

Thank you
Vovan
 

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