I have a Project with a Main form and four other Forms.
I want to add a fifth Form to the Project.
I tried selecting "Project" and then "Add Windows Form" which added the blank Form (called "Daily") to "Main" form.
Since "Daily" already existed as a separate Project (called "DayTask"), I copied the controls and the code from the "DayTask" to the blank "Daily" Designer and Code.
But now I get the error message:
'Daily' is not a member of 'Main.My.MyProject.MyForms'.
How can I get the "Main" project to recognize the "Daily" form?
I want to add a fifth Form to the Project.
I tried selecting "Project" and then "Add Windows Form" which added the blank Form (called "Daily") to "Main" form.
Since "Daily" already existed as a separate Project (called "DayTask"), I copied the controls and the code from the "DayTask" to the blank "Daily" Designer and Code.
But now I get the error message:
'Daily' is not a member of 'Main.My.MyProject.MyForms'.
How can I get the "Main" project to recognize the "Daily" form?