closing the startup project at dll file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

have one solution
3 project in it
1. Stok
2. Muhasebe
3. Connection1 (Startup project) i have a clas in it baglan

1. project i make a dll
2. project also dll
3. exe

i try to reference 3 proje to the others
but its startup one

so help me about
1. i am at the dll file project and i want to close all the project. end command dont work. how i close the startup project.
2. i want to use a clas at the startup project how can i use that without taken it into the project
 
bafidi said:
have one solution
3 project in it
1. Stok
2. Muhasebe
3. Connection1 (Startup project) i have a clas in it baglan

1. project i make a dll
2. project also dll
3. exe

i try to reference 3 proje to the others
but its startup one

so help me about
1. i am at the dll file project and i want to close all the project.
end command dont work. how i close the startup project.

To find the best solution, please tell us why you want to quit the
application.
2. i want to use a clas at the startup project how can i use that without
taken it into the project

In the startup project, set a reference to the project containing the class.
 
* =?Utf-8?B?YmFmaWRp?= said:
have one solution
3 project in it
1. Stok
2. Muhasebe
3. Connection1 (Startup project) i have a clas in it baglan

1. project i make a dll
2. project also dll
3. exe

i try to reference 3 proje to the others
but its startup one

so help me about
1. i am at the dll file project and i want to close all the project. end command dont work. how i close the startup project.

At runtime or at design-time?
2. i want to use a clas at the startup project how can i use that
without taken it into the project

Go to the "add existing element" dialog and instead of choosing "Add"
choose "Reference" from the dropdown button.
 
Back
Top