Windows Service

  • Thread starter Thread starter vovan
  • Start date Start date
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
 
Back
Top