QUOTE(jai1210 @ Jan 18 2006, 08:22 PM)
I am getting problems with having an unhandled exception occured when trying to execute my vb.net projects. Anyone know how to solve it??
The following is the exception Details:
System.NullReferenceException: Object reference not set to an instance of an object.
Usually this error pops up when u have not declare for new instance of object.The following is the exception Details:
System.NullReferenceException: Object reference not set to an instance of an object.
for example....
u must put....
Dim stu_name1 as new Student. (if this line lost then error)
B4 using it...
stu_name1.first_name = "Sam"
HTH
Jan 18 2006, 08:31 PM

Quote
0.0170sec
0.59
6 queries
GZIP Disabled