My service don't start when windows startes.

คำถาม My service don't start when windows startes.

  • 12 เมษายน 2549 11:05
     
     

    Just made a service that must be started when windows startes. But it dosn't start until i loggin as a user. And i can't figure out where i can change the settings for that. So if you know any toturials or manuals about it, please write it down here.

     

    Thanks

    //Mario

ตอบทั้งหมด

  • 12 เมษายน 2549 12:16
     
     

    Hi

    maybe the username and password is not setup.

    serviceProcessInstaller1.Password = null;

    serviceProcessInstaller1.Username = null;