G
Guest
Hello all.
I am developing a control for the Compact Framework 2. I am trying to
implement design time support using an xmta file and custom attributes.
When I compile my project I get the following error:
"Error 44 genasm.exe(1) : error There was an error finalizing type . Parent
does not have a default constructor. The default constructor must be
explicitly defined."
However there is no information on the type that caused the error. Since my
project contains hundreds of types, It will take me forever to locate the one
that is causing this error.
Are there any hints or clues I can use to locate the type that is generating
the error?
Thanks!
I am developing a control for the Compact Framework 2. I am trying to
implement design time support using an xmta file and custom attributes.
When I compile my project I get the following error:
"Error 44 genasm.exe(1) : error There was an error finalizing type . Parent
does not have a default constructor. The default constructor must be
explicitly defined."
However there is no information on the type that caused the error. Since my
project contains hundreds of types, It will take me forever to locate the one
that is causing this error.
Are there any hints or clues I can use to locate the type that is generating
the error?
Thanks!