M
Michael Murschell
When I close my application, it always gives me this error at line...
MyBase.Dispose(disposing)
The error...
An unhandled exception of type 'System.NullReferenceException' occurred in
system.windows.forms.dll
Additional information: Object reference not set to an instance of an
object.
Here is what I am doing in the form...
I have a Datagrid on a form. I have a DataSet that I am constantly updating
the rows with data I am pulling from some webservices.
Thank you for your help.
MyBase.Dispose(disposing)
The error...
An unhandled exception of type 'System.NullReferenceException' occurred in
system.windows.forms.dll
Additional information: Object reference not set to an instance of an
object.
Here is what I am doing in the form...
I have a Datagrid on a form. I have a DataSet that I am constantly updating
the rows with data I am pulling from some webservices.
Thank you for your help.