Click here to Skip to main content
15,860,861 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
hi guys
help me
Multiple projects in one solution
by using exe files
Posted
Updated 10-Oct-12 2:15am
v2
Comments
Tim Corey 10-Oct-12 8:14am    
This is not a question. We do not know what you know, nor can we see what you see. You need to explain to us (in full sentences) what you are trying to do, what you have tried, and where you are stuck.
bbirajdar 10-Oct-12 8:15am    
I don't see a question anywhere ....
ZurdoDev 10-Oct-12 8:15am    
Right click the solution and add a new project or existing project.
Legor 10-Oct-12 9:01am    
Please provide more details with the exact project setting and what you have problems with.

1 solution

Hey ,

What exactly you want to do ?
If want to add project in solution, just right click the solution in VS IDE and add project.
Else, please write a more detailed question to enable people to help you

-Milind
 
Share this answer
 
Comments
surendra4u 10-Oct-12 8:17am    
i have 2 project solutions, i need to use those both in another(3rd) project
how to call the 2 project solutions
MT_ 10-Oct-12 8:20am    
You can not call a project from a project
surendra4u 10-Oct-12 8:23am    
http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/c1ccccc7-13e0-415c-9ccc-492bdfc9983d

Check this but i got refference eroor
MT_ 10-Oct-12 8:41am    
Please update your question with all details and format it so that gurus can see your effort and help.
Member 8710624 9-Dec-15 2:21am    
Hello,

I have 3 components i need in a parser programm:

1. Power-Control Module for controlling 3 Power devices
2. a 1st programm which calls customer routines set initial hardware settings
3. a 2nd programm which controls customer solution over COM

Point 2 and 3 cannot use at the same time in normal project it seems that they use same components.
Either point 2 or point 3 will be executed at same time and then the parser tool will exit.
So how can i make that the assembly and so on can be loadded after start of the programm and choose the command fo rpoint 2 oe 3.
It seems that loading the needed components in background will prevent one tool to run correctly.

Has anyone a good solution?

If someone has asimple sample project I would appreciate if i can get it.

Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900