hi
im programing for a windows service in VC++.
if i get an error in d program, how do i display it.
that is while running the service, if i get an error, how do i display it?
hi
im programing for a windows service in VC++.
if i get an error in d program, how do i display it.
that is while running the service, if i get an error, how do i display it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mike GoldPosted Jun 20, 2007, 3:18 PM
EventLog.WriteEntry(sSource,sEvent);
http://support.microsoft.com/kb/307024
Later, open the EventViewer in the control panel to see you errors .