'System.TypeLoadException'

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Maybe the exception occurred in the FrmMain constructor

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

Eduardo
 
Back
Top