'System.TypeLoadException'

G

Guest

An unhandled exception of type 'System.TypeLoadException' occurred in
System.Windows.Forms.dll

static void Main()
{
Application.Run(new FrmMain());
}

i get the exception on the last }
i didnt change anything. i didnt do anything.
it worked...and from a moment to another...puffff no more cookies for u :(

any ideas of what could be?

kind regards
 
E

Eduardo Pavinato Klein

Maybe the exception occurred in the FrmMain constructor

Would you post your constructor's code and your project references?

Eduardo
 

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