On Jun 4, 11:15 pm, thejackofall
[quoted text, click to view] <thejackof...@discussions.microsoft.com> wrote:
> Thanks for your reply.
>
> I learned that my Windows Service was throwing an exception at the beginning
> of my code where I wasn't expecting. It's fine now.
>
> Thanks much.
> J
>
> --
> Be Cool!
>
>
>
> "calderara" wrote:
> > In which context are you runing your servcice ?
> > Do you use any start parmater for your service ?
>
> > Any more detail erro under event log?
>
> > "thejackofall" wrote:
>
> > > I have a Windows Service. When I start the service from the Services window,
> > > it indicates that the service started, but does not execute.
>
> > > When I debug with a public method of Service1 that starts my thread (
> > > _MyThread.Start(); ), then it executes, but not when I start from the
> > > Services window.
>
> > > --
> > > Be Cool!- Hide quoted text -
>
> - Show quoted text -
I was facing the same problem. It was due to an unwanted special
character in the config file.