I can't resolve Windows Service Error EventID : 1000

JungMin_Kim 1 Reputation point
2021-04-27T04:47:13.117+00:00

When I create C# Windows Service and start service.
then Next day, I saw that service state was stop.
So I watched Event Viewer and I got this Error.
I don't know how can I resolve this problem.

P.S. Created Windows Service .Net Framework version is 3.5 and this server has a lot of same Framework version's Service.
And there are three servers with the same architecture using load balancing.

[this log is my companies server event viewer log]

  • <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  • <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2021-04-23T23:09:42.000000000Z" />
    <EventRecordID>384923</EventRecordID>
    <Channel>Application</Channel>
    <Computer>HMSFA02</Computer>
    <Security />
    </System>
  • <EventData>
    <Data>EMS.WatchCon.Service.exe</Data>
    <Data>1.0.0.0</Data>
    <Data>60068a87</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.24545</Data>
    <Data>5e0eb6bd</Data>
    <Data>e053534f</Data>
    <Data>000000000000b87d</Data>
    </EventData>
    </Event>
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,122 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Daisy Zhou 18,701 Reputation points Microsoft Vendor
    2021-04-27T07:19:06.797+00:00

    Hello @JungMin_Kim ,

    Thank you for posting here.

    Based on the description "When I create C# Windows Service and start service.":

    1. How did you create C# Windows Service?
    2. What Windows Service did you create?

    Should you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    0 comments No comments