MagnusThor / XSockets.Windows.Service

An example / template for setting up a Windows Service for XSockets.NET
2 stars 1 forks source link

Unable to Start WindowsService [Exception Details] #1

Open faizulhaque opened 10 years ago

faizulhaque commented 10 years ago

Service cannot be started. System.TypeInitializationException: The type initializer for 'XSockets.Plugin.Framework.Composable' threw an exception. ---> XSockets.Plugin.Framework.Core.Exceptions.CompositionException: Exception of type 'XSockets.Plugin.Framework.Core.Exceptions.CompositionException' was thrown. at XSockets.Plugin.Framework.Composable..cctor() --- End of inner exception stack trace --- at XSockets.Plugin.Framework.Composable.GetExport[T]() at XSockets.Windows.Service.Host.Instance..ctor() in \XSockets.Windows.Service-master\XSockets.Windows.Service.Host\Instance.cs:line 15 at XSockets.Windows.Service.Initializer.OnStart(String[] args) in \XSockets.Windows.Service-master\XSockets.Windows.Service\Initializer.cs:line 15 at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)

Xavina commented 9 years ago

Same here!