This just started - no changes to the computer or homeseer. All the other plugins seem to be working fine. Here's what I get when I click on the "RCS Serial Thermostats Status" button on the set up page:
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'Status' is not a member of 'HSPI_RCSSERIAL.Thermostat'.
Source Error:
Line 118: _HoldVisible = stat.SupportsHold(_Number, 1)
Line 119: _HoldOverrideVisible = stat.SupportsHoldOverride(_Number, 1)
Line 120: _Status = stat.Status
Line 121: If stat.Type = HSPI_RCSSERIAL.Thermostat.StatTypes.ZC6R_Zone_Controller Or stat.Type = HSPI_RCSSERIAL.Thermostat.StatTypes.ZCV_Zone_Controller Then
Line 122: _SysVisible = True
Source File: C:\Program Files\HomeSeer HS2\html\RCSSerial-Status.aspx Line: 120
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:2.0.50727.4234; ASP.NET Version:2.0.50727.4223
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'Status' is not a member of 'HSPI_RCSSERIAL.Thermostat'.
Source Error:
Line 118: _HoldVisible = stat.SupportsHold(_Number, 1)
Line 119: _HoldOverrideVisible = stat.SupportsHoldOverride(_Number, 1)
Line 120: _Status = stat.Status
Line 121: If stat.Type = HSPI_RCSSERIAL.Thermostat.StatTypes.ZC6R_Zone_Controller Or stat.Type = HSPI_RCSSERIAL.Thermostat.StatTypes.ZCV_Zone_Controller Then
Line 122: _SysVisible = True
Source File: C:\Program Files\HomeSeer HS2\html\RCSSerial-Status.aspx Line: 120
Show Detailed Compiler Output:
Show Complete Compilation Source:
Version Information: Microsoft .NET Framework Version:2.0.50727.4234; ASP.NET Version:2.0.50727.4223
Comment