G
Guest
I have two projects, both build .exe. Project_2 declares an object that is
defined in Project_1. At compile time I refer from Project_2 to Project_1 and
it makes Project_1 namespace available to Project_2. Project_2 compiles and
runs, but at runtime it requires Project_1 executable to be in the same
folder. Otherwise it crashes.
How can I make it so Project_2.exe runs in a different folder from
Project_1.exe? I would prefer not to use GAC.
I am using Visual Studio 2005, C#, Windows Forms.
defined in Project_1. At compile time I refer from Project_2 to Project_1 and
it makes Project_1 namespace available to Project_2. Project_2 compiles and
runs, but at runtime it requires Project_1 executable to be in the same
folder. Otherwise it crashes.
How can I make it so Project_2.exe runs in a different folder from
Project_1.exe? I would prefer not to use GAC.
I am using Visual Studio 2005, C#, Windows Forms.