Click here to Skip to main content
15,914,452 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have two project developed with visual studio 2008.
i want to run both project with one mdi with two buttons how to do that.. i had try to add exe file as reference then

real_estate.GUI.mdi_real_estate obj_real_estate = new real_estate.GUI.mdi_real_estate();
obj_real_estate.show();

but one error is coming that "could not load type from assembly version etc..."

please help me
Posted
Comments
BillWoodruff 27-Jan-14 6:16am    
Your code only shows that you are creating an instance of, and "showing," a Form.

You need to give more detail about your goal here. What, exactly, are the contents of the two Projects and what is their relationship to the MDI WinForm Application they are used in ?

If you have built the executables the you may launch them using the Process class[^].
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Mar-14 1:10am    
Of course... A 5.
—SA
CPallini 5-Mar-14 10:50am    
Thank you.
the problem is assembly names are same i had just changed the assemble name now its working fine... :)
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Mar-14 1:10am    
Not an answer. And you event accepted it formally. Have some shame...
—SA

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