Search found 1 match
- Wed Sep 21, 2016 9:17 am
- Forum: Homeseer Plugwise Plugin Forum
- Topic: P1 "Object reference not set to an instance of an object"
- Replies: 2
- Views: 9133
Re: P1 "Object reference not set to an instance of an object"
Object reference not set to an instance of an object. exactly what it says, you are trying to use a null object as if it was a properly referenced object. Most of the time, when you try to assing value into object, and if the value is null, then this kind of exception occur. NullReferenceException i...