I just installed BT plug-in. When I press the config button I get the following error messasge. (My setup: XP Pro, HS v2.1.1004, BT plug-in v0.30.2.1)
Server Error in '/' Application. <HR width="100%" color=silver SIZE=1>
Method not found: 'System.Object Scheduler.IRemoteReceiver.EventCallBack(Int64, System.Object[])'.
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.MissingMethodException: Method not found: 'System.Object Scheduler.IRemoteReceiver.EventCallBack(Int64, System.Object[])'.
Source Error:
<TABLE width="100%" bgColor=#ffffcc><TBODY><TR><TD><CODE>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</CODE> </TD></TR></TBODY></TABLE>
Stack Trace:
<TABLE width="100%" bgColor=#ffffcc><TBODY><TR><TD><CODE>
[MissingMethodException: Method not found: 'System.Object Scheduler.IRemoteReceiver.EventCallBack(Int64, System.Object[])'.] hspi_bt_web.DeviceList.LoadHomeSeerObjects() +0 hspi_bt_web.DeviceList.Page_Load(Object sender, EventArgs e) +10 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Obje ct sender, EventArgs e) +45 System.Web.UI.Control.OnLoad(EventArgs e) +80 System.Web.UI.Control.LoadRecursive() +49 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3745</PRE></CODE></TD></TR></TBODY></TABLE>
</P><HR width="100%" color=silver SIZE=1>Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 <!-- [MissingMethodException]: Method not found: 'System.Object Scheduler.IRemoteReceiver.EventCallBack(Int64, System.Object[])'. at hspi_bt_web.DeviceList.LoadHomeSeerObjects() at hspi_bt_web.DeviceList.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Obje ct sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.devicelist_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.W eb.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)-->
Comment