VB.NET Service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rich Pulver

    #1

    VB.NET Service

    First off, I am thankful to anyone who can help. I am a novice VB.Net
    developer and was trying to develop a Windows service. I have finished all of
    my code that will run in the service and tested it.
    The problem is when I try to use the Windows Service projects in VS 2003, it
    does not work. I have followed the tutorial sites and docs found through
    google, but nothing seems to work. When I try to debug the service, my
    breakpoints are never hit alomost the timer in the service is not running
    even though I explicity start it in the OnStart procedure.

    Does anyone know of some good docs or have any suggestions that I can try to
    get this working? Thanks.
Working...