0

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?

ewom2468
  • 821
  • 3
  • 14
  • 44

2 Answers2

0

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.

Robert Harvey
  • 178,213
  • 47
  • 333
  • 501
0

I think this is an enforced limit of Visual Studio Express. You can see more about the limitations in this SO question.

Community
  • 1
  • 1
ChrisW
  • 9,151
  • 1
  • 20
  • 34