Build Error No overload when about to run Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone help me solve the following build error which Im getting my a
solution im working on

CODE:
static void Main()
{
Application.Run(new frmCompareDBs());
}

BUILD ERROR DESCRIPTION:
No overload for method 'frmCompareDBs' takes '0' arguments
 
I probably figured the problem out by now - lol

Check the constructor on frmCompareDBs class.
 
Back
Top