Talk to Maqssood Ahmed.
He has an identical problem.
>I have made a windows service which is configured to start
> automatically at the system startup under the USER account type. The
[quoted text clipped - 16 lines]
>
> Regards,
Yasir Zaheer - 14 Dec 2007 10:25 GMT
If we both have the same problem how are we gonna solve it via
discussion?
> Talk to Maqssood Ahmed.
>
[quoted text clipped - 22 lines]
>
> - Show quoted text -
Jon Skeet [C# MVP] - 14 Dec 2007 10:52 GMT
> If we both have the same problem how are we gonna solve it via
> discussion?
It was a subtle hint that posting exactly the same question under two
different names isn't going to solve your problem any faster.
Jon
Yasir Zaheer - 14 Dec 2007 13:11 GMT
Thanks John for the hint.... but do you people have any solution for
that.. is yes please let me know!
regards,
Yasir Zaheer
> > If we both have the same problem how are we gonna solve it via
> > discussion?
[quoted text clipped - 3 lines]
>
> Jon
Are you trying to interact with the desktop in any way?
If the service runs while you are logged in, my assumption would be
"yes". When you start the machine up, there is no interactive login
session, and if you are trying to do something with the desktop when you
start, then it's going to fail, since no one is logged in.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
>I have made a windows service which is configured to start
> automatically at the system startup under the USER account type. The
[quoted text clipped - 16 lines]
>
> Regards,
christery@gmail.com - 15 Dec 2007 09:41 GMT
Any UI going on? supported in XP, but not in Vista as I belive...
in XP might try "Interact with desktop", might try a sleep in the
beginning of startup just to get it working
//CY
Yasir Zaheer - 16 Dec 2007 07:19 GMT
No Nicholas.... I am not trying to interact with the desktop!
Actually desktop interaction is only possible if I run it under "Local
System" Account. As i told you i am running under specific "User"
account.
thanks for your interest,
Regards,
Yasir Zaheer!
On Dec 14, 11:24 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.com> wrote:
> Are you trying to interact with the desktop in any way?
>
[quoted text clipped - 27 lines]
>
> > Regards,
christery@gmail.com - 16 Dec 2007 11:49 GMT
Dont know if it will help but I got some help from service loader/
runner from http://theimes.com
//CY
Yasir Zaheer - 26 Dec 2007 10:00 GMT
Thanks christ,
but this loader/runner just do nothing else than provide the
functionalities service controller provides.
Regards,
On Dec 16, 4:49 pm, christ...@gmail.com wrote:
> Dont know if it will help but I got some help from service loader/
> runner fromhttp://theimes.com
>
> //CY