I am displaying a form, then closing it using the normal:

this.Show();
this.Close();

But when I am trying to open it a second time I get this error:

Code:
Cannot access a disposed object.
Object name: 'MyForm'.
I have never gotten this before on other projects. Is it something I have missed?