You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
onstart
About this tag
The tag onstart on WindowsForum.com covers issues where Windows services fail to start, particularly when the OnStart method throws an unhandled exception. A common example is Windows Server Essentials 2016's email service terminating unexpectedly with error 1067 due to a .NET Framework exception in OnStart, such as an ArgumentNullException. Discussions focus on troubleshooting service startup failures, interpreting event ID 1025 errors, and resolving configuration problems that prevent services from initializing properly.
When I try to start the service I get a 1067 error - service terminated unexpectedly. The event viewer shows a .Net error with Event ID 1025:
Application: SharedServiceHost.exe
Framework Version: v4.0.30319
Description: The application requested process termination through...
argumentnullexception
dependency service
emailproviderservice
event id
event viewer
event1025
failfast
hostedemailservices
net framework
netfxrepairtool
onstart
providerframework
providerservicebase
service 1067 error
sfc scan
sharedservicehost
startup issues
windows installation
windows services