question

JungMinKim-9658 avatar image
0 Votes"
JungMinKim-9658 asked DaisyZhou-MSFT commented

I can't resolve Windows Service Error EventID : 1000

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
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @JungMinKim-9658,
I just want to confirm the current situations.
Please feel free to let us know if you need further assistance.


Best Regards,
Daisy Zhou

0 Votes 0 ·

1 Answer

DaisyZhou-MSFT avatar image
0 Votes"
DaisyZhou-MSFT answered

Hello @JungMinKim-9658,

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.