I'm trying to build a windows app with multiple forms. in project explorer i'm right clicking the current project, add->add existing item. then I select a form, but now the project won't build. I get these errors:
'Form1' is ambiguous in the namespace 'WindowsApplication1'.
'Sub Main' was not found in 'WindowsApplication1.Form1'.
Resources 'Form1.resx' and 'MathCalculator.resx' have the same manifest resource name 'WindowsApplication1.Form1.resources'.
am I not adding forms to my project correctly?