Thursday, March 29, 2012

Object Null Reference Exception (vb)

Can someone tell me what this compiler error means?
Using VS.NET 2002/VB

----------------
Dim objFIF As New RMClassLib.FtInFr()

objFIF.CreateNewFIF(False, False, 3, 24)

pitchInDrp.DataSource = objFIF.GetNewFIF

Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.

Line 133: Dim objFIF As New RMClassLib.FtInFr()
-----------------

Thanks,
GeorgeIgnore that request for help. I think I have it figured out.

Thanks.
George

"George" <--@.--.--> wrote in message
news:4L0Sb.30723$6O4.823971@.bgtnsc04-news.ops.worldnet.att.net...
> Can someone tell me what this compiler error means?
> Using VS.NET 2002/VB
> ----------------
> Dim objFIF As New RMClassLib.FtInFr()
> objFIF.CreateNewFIF(False, False, 3, 24)
> pitchInDrp.DataSource = objFIF.GetNewFIF
> Exception Details: System.NullReferenceException: Object reference not set
> to an instance of an object.
> Line 133: Dim objFIF As New RMClassLib.FtInFr()
> -----------------
> Thanks,
> George

0 comments:

Post a Comment