G
Guest
I have a .Net Windows Forms application made up of several projects. Under
one project, I added a new folder under my GUI project called 'Components'.
I am going to add classes that manage menu items in my app. Well, I add
classes to the folder and their namesapces are XYZ_GUI.Components. Great, so
far.
I go to a class in another, separate project (XYZ_App) which references
XYZ_GUI project and it cannot see the namespace XYZ_GUI.Components. I have
rebuilt the XYZ_GUI class several times.
I'm sure the solution is something quite simple; any assistance is
appreciated.
one project, I added a new folder under my GUI project called 'Components'.
I am going to add classes that manage menu items in my app. Well, I add
classes to the folder and their namesapces are XYZ_GUI.Components. Great, so
far.
I go to a class in another, separate project (XYZ_App) which references
XYZ_GUI project and it cannot see the namespace XYZ_GUI.Components. I have
rebuilt the XYZ_GUI class several times.
I'm sure the solution is something quite simple; any assistance is
appreciated.