An unhandled exception of type 'System.ObjectDisposedException' occurred ...

  • Thread starter Thread starter Michael Schindler
  • Start date Start date
M

Michael Schindler

I get the follow error message:

An unhandled exception of type 'System.ObjectDisposedException' occurred in
system.windows.forms.dll

Additional information: Cannot access a disposed object named
"DataGridTextBox".

My problem is i have changed the framework from 1.0 to 1.1 and now i get
this error in my syntax there:

private void dataGridFiBuMandantDetail_Click(object sender,
System.Windows.Forms.MouseEventArgs e)
{
this.Close();
}

After this code i get this error. This code is the mousedown event.

Any ideas wath can i do?

Thanks

Michael
 
Back
Top