Problem with windows service implementation
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello! i just started to write a windows service. i put in the OnStart method the things i want to do, but it doesn't work.. any suggestion? Thanks Enrico VentoEngine corp. Program your life ^^
Enrico, Unfortunately, writing a Windows Service isn't as easy as writing anything else in the .NET framework. You need an installer project to install your service. Once installed, it should at least show some signs of life.
ventomito wrote:
but it doesn't work..
What part doesn't work? Do you get an error message? What does or doesn't happen, and what are you doing to try to get it to work? Can we see some of your code?