You should note that a Microsoft .NET service will not start
if the application event log is full. Hence, it is recommended to clear the
event log down and set to overwrite as needed. Remember inheriting the ServiceBase
class to create you Service class and the System.Configuration.Install.Installer
class when implementing your Service Controller class.