samsquared2
New Member
- Joined
- Aug 19, 2025
- Messages
- 9
- Thread Author
- #1
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 System.Environment.FailFast(string message).
Message: Unhandled exception in OnStart: System.ArgumentNullException: Value cannot be null.
Parameter name: providerServiceInfo
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.ParseProviderServiceInfoString(String providerServiceInfo)
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.GetHostedEmailServices()
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.CreateProviderHosts()
at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderServiceBase._OpenHosts()
at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderServiceBase.OnStart(String[] args)
Stack:
at System.Environment.FailFast(System.String, System.Exception)
at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderServiceBase.OnStart(System.String[])
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.OnStart(System.String[])
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Two services it depends on are running. I also ran sfc /scannow and although it found and fixed some corrupt files, it still won't start. I also downloaded and ran the NetFxRepairTool which re-registered and restarted the Windows Installer service but that didn't help either.
Application: SharedServiceHost.exe
Framework Version: v4.0.30319
Description: The application requested process termination through System.Environment.FailFast(string message).
Message: Unhandled exception in OnStart: System.ArgumentNullException: Value cannot be null.
Parameter name: providerServiceInfo
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.ParseProviderServiceInfoString(String providerServiceInfo)
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.GetHostedEmailServices()
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.CreateProviderHosts()
at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderServiceBase._OpenHosts()
at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderServiceBase.OnStart(String[] args)
Stack:
at System.Environment.FailFast(System.String, System.Exception)
at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderServiceBase.OnStart(System.String[])
at Microsoft.WindowsServerSolutions.Productivity.EmailProviderService.OnStart(System.String[])
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Two services it depends on are running. I also ran sfc /scannow and although it found and fixed some corrupt files, it still won't start. I also downloaded and ran the NetFxRepairTool which re-registered and restarted the Windows Installer service but that didn't help either.