Hi everyone,
Primary platform is .Framework 2.0
We've built a Windows Service by means of VB .NET. That services works properly.
Issue comes when after installation we raise for first time using two parameters in the Start Parameters textbox. Up to there everything's gonna fine but when that server do a reboot then that same service fail because these parameters are dissapeared.
Does anyone ever suffered this odd behaviour
How do I set a fix parameters forever from Service Control Manager I mean, the same way that you do with user and password.
From my OnStart method I pick up them without problems.
I can't workout with this issue. I'm stuck.
Any ideas
Thanks in advance,
.NET Development5
|