Windows service trace debug messages
Posted
by Pintac
on Stack Overflow
See other posts from Stack Overflow
or by Pintac
Published on 2010-04-13T08:58:40Z
Indexed on
2010/04/13
9:02 UTC
Read the original article
Hit count: 446
c#
|windows-services
HI
I wrote a udp server classlibray i hosted it in windows form and it works fine. When i debug the trace and debug messages shows in output. When i host the cl in a windows service none of the debug messages is showing. Both cl and windows service is in debug there is no tracelisteniners specified so it should use outputstring.I even put a messagebox.show in the cl just to make sure the function is getting called in the windows service and it does.
So how do i get the trace/debgug message showing.The service is running as localsystem.
What am i missing
© Stack Overflow or respective owner