Workaround build of myTVservice.exe. This build will work if you are currently having problems starting the service (and keeping it running) with a logentry like this;
[quote]Service cannot be started. System.ArgumentException: The source 'myTV' is not registered in log 'myTV'. (It is registered in log 'Application'.) " The Source and Log properties must be matched, or you may set Log to the empty string, and it will automatically be matched to the Source property. at System.Diagnostics.EventLog.VerifyAndCreateSource(String sourceName, String currentMachineName) at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData) at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID) at myTVservice.myTVservice.OnStart(String[] args) at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)[/quote]
To install;
- Download this file to your myTV computer.
- Replace the existing myTVservice.exe file in C:\Program Files\senseIT\myTV with the newly downloaded file.
- Wait a minute for the service to start (or start it manually by running sc start mytvservice in a command prompt).