Recent content by nigelbe

  1. N

    Premise C# SubscribeToProperty - VS2013 - "System.InvalidCastException was unhandled"

    Hi,   Thanks for your help. I've struggled on with no success using VS2013 so I installed VS2005 on another machine and now it works :D   All the best ...                       Nigel.
  2. N

    Premise C# SubscribeToProperty - VS2013 - "System.InvalidCastException was unhandled"

    using Premise; // ****** Must Target X86 ****** ISYSMiniBroker miniBroker = new SYSMiniBrokerClass(); IRemotePremiseObject root = null; . . x = root.GetObject("sys://Home/Outside/Light Sensor"); x.SubscribeToProperty("DisplayName","updater1",this); Reading...
Back
Top