Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8969815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:38:47+00:00 2026-06-15T17:38:47+00:00

i got this problem while trying to compile this code Public Class Form2 Dim

  • 0

i got this problem while trying to compile this code

Public Class Form2
Dim db_classobj As Object
Dim textboxobj() As TextBox = {TextBox1, TextBox2}
Dim datagridobj() As DataGridView = {DataGridView1}

Dim temp As New db_class(textboxobj, datagridobj, "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=datamhs.accdb", "mhs", "ksmhs")


Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
   db_classobj = temp
End Sub


End Class

while its compiling, i got this error message :

An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object.

whats wrong with my code? can someone fix it? i really appreciate it.
thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T17:38:48+00:00Added an answer on June 15, 2026 at 5:38 pm

    Change your form load function to this, and remove the textboxobj, datagridobj, and temp declarations from the top of the class.

    Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    
         Dim textboxobj() As TextBox = {TextBox1, TextBox2}
         Dim datagridobj() As DataGridView = {DataGridView1}
         Dim temp As New db_class(textboxobj, datagridobj, "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=datamhs.accdb", "mhs", "ksmhs")
         db_classobj = temp
    End Sub
    

    Basically what was happening was that because your Dim temp as New statement was right in the class, it was being executed before the forms constructor, and the constructor is where all your controls (like TextBox1) get assigned their values, so basically you were passing an array of Nothing values to your db_class constructor. When you hit this line, _textbox(i).DataBindings.Add("text", ds.Tables(_mailboxname), temp(i)), the _textbox(i) part returns Nothing so the attempted reference to the DataBindings property fails, because it doesn’t exist.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got this error while trying to compile the below code. I would like
I got this strange problem while writing code for an exercise. First when I
I have got odd problem while sending intent with parcelable object. This object has
I've got this problem for a while now and I cannot find a solution
i have a problem while loading a UITableView on UITabBarController, i got this error
ok i got this problem. i have this routes: (code bit change) File:/home/dotcloud/current/config/routes.js exports.routes
I've got this odd problem with jQuery. I'm trying to let the change of
I have got this event in my page aspx.cs: public void deleteBtn_Click(object sender, CommandEventArgs
*edit: this particular situation was created while I was trying to debug another problem,
I got a problem while trying to use the System.IO.Packaging in MonoTouch. I cant

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.