I get the following error when I try to delete a pending recording. The Anonmymous user in IIS has full control of the gbpvr directory. The strange thing is if I click the "Back" button on my browser and refresh the page (Manage Recordings), the show was actually deleted. There is no firewall on this machine (Windows XP firewall is also turned off), and the recording service is running.
No connection could be made because the target machine actively refused it 127.0.0.1:7968
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:7968
Source Error:
Line 66: public override void CancelScheduledRecording(ScheduledRecording scheduledRecording)
Line 67: {
Line 68: scheduleHelper.CancelScheduledRecording(scheduledRecording);
Line 69: }
Line 70:
Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs Line: 68
Stack Trace:
[SocketException (0x274d): No connection could be made because the target machine actively refused it 127.0.0.1:7968]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +2668969
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +717
GBPVR.Backend.Common.IRecordingService.x79e3b364da249e5e() +0
GBPVR.Backend.Common.x396614b3dae3b1da.xf85b355181643b0b(ScheduledRecording x80313dfa78d0a316) +1660
GBPVR.Backend.Common.x396614b3dae3b1da.x5e29b479fd4eab70(ScheduledRecording xe41d2b9d98dc1269, Boolean x29a0b54a36a7fcdf) +223
GBPVR.Backend.Common.ScheduleHelper.CancelScheduledRecording(ScheduledRecording scheduledRecording) +219
GBPVRSchedule.GBPVRSchedule.CancelScheduledRecording(ScheduledRecording scheduledRecording) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs:68
gbweb.Manage.Page_Load(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:202
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
No connection could be made because the target machine actively refused it 127.0.0.1:7968
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:7968
Source Error:
Line 66: public override void CancelScheduledRecording(ScheduledRecording scheduledRecording)
Line 67: {
Line 68: scheduleHelper.CancelScheduledRecording(scheduledRecording);
Line 69: }
Line 70:
Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs Line: 68
Stack Trace:
[SocketException (0x274d): No connection could be made because the target machine actively refused it 127.0.0.1:7968]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +2668969
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +717
GBPVR.Backend.Common.IRecordingService.x79e3b364da249e5e() +0
GBPVR.Backend.Common.x396614b3dae3b1da.xf85b355181643b0b(ScheduledRecording x80313dfa78d0a316) +1660
GBPVR.Backend.Common.x396614b3dae3b1da.x5e29b479fd4eab70(ScheduledRecording xe41d2b9d98dc1269, Boolean x29a0b54a36a7fcdf) +223
GBPVR.Backend.Common.ScheduleHelper.CancelScheduledRecording(ScheduledRecording scheduledRecording) +219
GBPVRSchedule.GBPVRSchedule.CancelScheduledRecording(ScheduledRecording scheduledRecording) in c:\Program Files\devnz\gbpvr\web\App_Code\classes\GBPVRSchedule.cs:68
gbweb.Manage.Page_Load(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Manage.aspx.cs:202
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433