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:
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
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