genasm.exe error finalizing the type - Control creation

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top