I am developing an application where i will have to add a separate project
to the one being developed in order to add it as a reference.
The issue is that in visual c#2008 express,i can not find the:
“Add...”, “Existing Project”
Option when i right click on the File menu in the IDE.
How can i resolve this?
It’s highly likely that this is an inherent limitation in the Express editions of Visual Studio.
Compile the original project, and add a reference to the resulting DLL instead.