S
smakhijani
Brand new to Windows/C# but have good J2EE experience I have multiple
projects ( Windows Forms ) each with their own namespaces that work
correctly on their own. I would now like to leverage these projects
within one project ( called MainConsole) - and I have imported the
projects using add existing projects
In the main class of the MainConsole - I am trying to import the
Namespace of one of the projects but it cannot find it. Do I have to
publish the child projects as DLLs and then import them into the
MainConsole project?
projects ( Windows Forms ) each with their own namespaces that work
correctly on their own. I would now like to leverage these projects
within one project ( called MainConsole) - and I have imported the
projects using add existing projects
In the main class of the MainConsole - I am trying to import the
Namespace of one of the projects but it cannot find it. Do I have to
publish the child projects as DLLs and then import them into the
MainConsole project?