Object Reference Not Set to an Instance of an Object

Post Reply
weirddemon
New User
Posts: 2
Joined: Sat Nov 19, 2011 4:17 pm

Object Reference Not Set to an Instance of an Object

Post 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...

weirddemon
New User
Posts: 2
Joined: Sat Nov 19, 2011 4:17 pm

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

Post by weirddemon »

This library is very frustrating.

Sometimes it works, sometimes it doesn't.

Post Reply

Return to “Programming Help”