I get the Commercial Skip failed to run in Media Center and the following errors are logged in the event viewer:
Log Name: Application
Source: CommercialSkipAddIn
Date: 6/22/2007 3:00:15 AM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: TV
Description:
User: HP_Owner
Unable to launch. System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.
Server stack trace:
at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at babgVant.DvrmsToolbox.Shared.AddinRemoteServices.RegisterClient(RemoteServicesClient client)
at babgVant.DvrmsToolbox.Shared.RemoteServicesClient..ctor()
at babgVant.MediaCenter.CommercialSkipAddIn.CommercialSkip.Microsoft.MediaCenter.Hosting.IAddInEntryPoint.Launch(AddInHost host)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="CommercialSkipAddIn" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-06-22T10:00:15.000Z" />
<EventRecordID>1791</EventRecordID>
<Channel>Application</Channel>
<Computer>TV</Computer>
<Security />
</System>
<EventData>
<Data>User: HP_Owner
Unable to launch. System.Runtime.Remoting.RemotingException: Failed to connect to an IPC Port: The system cannot find the file specified.
Server stack trace:
at System.Runtime.Remoting.Channels.Ipc.IpcPort.Connect(String portName, Boolean secure, TokenImpersonationLevel impersonationLevel, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.ConnectionCache.GetConnection(String portName, Boolean secure, TokenImpersonationLevel level, Int32 timeout)
at System.Runtime.Remoting.Channels.Ipc.IpcClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at babgVant.DvrmsToolbox.Shared.AddinRemoteServices.RegisterClient(RemoteServicesClient client)
at babgVant.DvrmsToolbox.Shared.RemoteServicesClient..ctor()
at babgVant.MediaCenter.CommercialSkipAddIn.CommercialSkip.Microsoft.MediaCenter.Hosting.IAddInEntryPoint.Launch(AddInHost host)</Data>
</EventData>
</Event>
AND
Log Name: Application
Source: CommercialSkipAddIn
Date: 6/22/2007 3:00:15 AM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: TV
Description:
User: HP_Owner
Unable to uninitialize. System.ObjectDisposedException: Safe handle has been closed
at Microsoft.Win32.Win32Native.SetEvent(SafeWaitHandle handle)
at System.Threading.EventWaitHandle.Set()
at babgVant.MediaCenter.CommercialSkipAddIn.CommercialSkip.Microsoft.MediaCenter.Hosting.IAddInModule.Uninitialize()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="CommercialSkipAddIn" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-06-22T10:00:15.000Z" />
<EventRecordID>1793</EventRecordID>
<Channel>Application</Channel>
<Computer>TV</Computer>
<Security />
</System>
<EventData>
<Data>User: HP_Owner
Unable to uninitialize. System.ObjectDisposedException: Safe handle has been closed
at Microsoft.Win32.Win32Native.SetEvent(SafeWaitHandle handle)
at System.Threading.EventWaitHandle.Set()
at babgVant.MediaCenter.CommercialSkipAddIn.CommercialSkip.Microsoft.MediaCenter.Hosting.IAddInModule.Uninitialize()</Data>
</EventData>
</Event>
I've tried to Registry fix for the previous version - no luck.
I can't reinstall - I get an install message - I tried using the window installer cleanup utility - no joy
I can't uninstall - it says its not installed
I've tried to manually instlal 1.2.0.7 but I get permission errors even though I'm running as administrator
What pains me is that this was all working a week ago...