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
Alex K - 08 Oct 2004 15:49 GMT
I probably figured the problem out by now - lol
Check the constructor on frmCompareDBs class.
> Can anyone help me solve the following build error which Im getting my a
> solution im working on
[quoted text clipped - 7 lines]
> BUILD ERROR DESCRIPTION:
> No overload for method 'frmCompareDBs' takes '0' arguments