2008-03-03, 07:50 AM
Alright. Presumably I'm just being very dense, but I'm not seeing what I'm doing wrong.
I want to know if a recording is happening, or going to happen soon. To that end, I went to IScheduleHelper as mentioned by sub in a recent thread, with the intention of wandering through the list of ScheduledRecording objects.
I have references to GBPVRPublic, and GBPVRBackendCommon.
However, when I get anywhere near GBPVR.Backend.Common.ScheduleHelper, I'm told:
I checked my version of GBPVRPublic against a fresh install, and it's the version from the installer. I'm aware there is a new version of BackendCommon that I should probably try, but I can't see it referencing an earlier version of Public.
The same message appears no matter which class I select in GBPVRBackendCommon.
So - any thoughts on where I'm going wrong? Is it the BackendCommon? Something else? Gremlins?
Thanks!
I want to know if a recording is happening, or going to happen soon. To that end, I went to IScheduleHelper as mentioned by sub in a recent thread, with the intention of wandering through the list of ScheduledRecording objects.
I have references to GBPVRPublic, and GBPVRBackendCommon.
However, when I get anywhere near GBPVR.Backend.Common.ScheduleHelper, I'm told:
Quote:Indirect reference is being made to assembly GBPVRPublic version 1.0.2870.11023, which contains 'GBPVR.Backend.Common.ScheduleHelper'. This Project references a prior version of GBPVRPublic version 1.0.2869.10147. To use 'GBPVR.Backend.Common.ScheduleHelper', you must replace the reference to GBPVRPublic with version 1.0.2870.11023 or higher.
I checked my version of GBPVRPublic against a fresh install, and it's the version from the installer. I'm aware there is a new version of BackendCommon that I should probably try, but I can't see it referencing an earlier version of Public.
The same message appears no matter which class I select in GBPVRBackendCommon.
So - any thoughts on where I'm going wrong? Is it the BackendCommon? Something else? Gremlins?
Thanks!