Page 1 of 1

Object Reference Not Set to an Instance of an Object

Posted: Sat Nov 19, 2011 4:23 pm
by weirddemon
I'm trying to use the GetCoreTempInfoNet library, but I keep getting this exception.

Code: Select all

Dim ctinfo As New CoreTempInfo
        ctinfo.GetData()
        MessageBox.Show(ctinfo.GetTemp(0).ToString)
It worked once, but no longer works. It's weird...

Re: Object Reference Not Set to an Instance of an Object

Posted: Sun Nov 20, 2011 3:06 am
by weirddemon
This library is very frustrating.

Sometimes it works, sometimes it doesn't.