B
Bevo
I use reflection to invoke a class derived from
System.Windows,Forms.Form and I want this form to run as
an MDIChild.
When I run it as a non-MDIChild the world smiles, when I
run it as a MDIChild its Show-method gives me this
exception:
'An unhandled exception of
type 'System.MissingMethodException' occurred in
mscorlib.dll
Additional information: No parameterless constructor
defined for this object.'
Has anyone experienced something like this? (the form
class has one constructor and it has no parameters)
Bevo
System.Windows,Forms.Form and I want this form to run as
an MDIChild.
When I run it as a non-MDIChild the world smiles, when I
run it as a MDIChild its Show-method gives me this
exception:
'An unhandled exception of
type 'System.MissingMethodException' occurred in
mscorlib.dll
Additional information: No parameterless constructor
defined for this object.'
Has anyone experienced something like this? (the form
class has one constructor and it has no parameters)
Bevo