Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataSet Issues

Status
Not open for further replies.

Mighty

Programmer
Feb 22, 2001
1,682
US
I have a DataSet in my application which has all of a sudden started giving errors. I can preview the dataset at design time but when I run the application it gives me an error at the following line:

Code:
Me.Lot_DataTableAdapter.Fill(Me.DesDataset.Lot_Data, SelectLotForm.lotnumber)

I get the following error: Object reference not set to an instance of an object.

Any ideas what could be causing it. Just suddenly stopped working

Mighty
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top