TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
shinyiwong
NA
3
0
class vb.net
Jan 23 2005 10:57 PM
i had create a class as follow Public Class keyword Public _name As String Public _count As Integer Public _docPoint As Integer() Public _SQLPoint As Integer End Class as global variable i wish to create an array of key1 inherits from keyword which still not sure about it's length, thus i write this. Dim key1 As keyword() key1(0) = New keyword key1(0)._name = "" However, when i run this program in vb.net, the following error message display "Object reference not set to an instance of an object" at line 170 which is line 170: key1(0) = New keyword May anyone help me on this problem, your help is kindly appreciate.....:)
Reply
Answers (
4
)
define record???
Oracle Connection Error in ASP.Net