Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
As i mentioned above, i have 2 projects.
1 is a gauge control .sln , and another is a GoogleMap .sln

The question/ problem is that How exactly i can merge this 2 project into 1 solution, so that when i can open only 1 .sln file and inside show these 2 projects and work nicely?

really need help, btw, im really a newbie..!
Posted

Very simple.

see this link, http://msdn.microsoft.com/en-us/library/zfzh36t7.aspx[^]

Thanks
--RA
 
Share this answer
 
Comments
TerrenceLee 1-Feb-12 8:02am    
but, now i have 2 independent .sln file
both works nicely when open independently.
and now i'm wish to combine 1 of the designer into another project designer.
also the codes of 1 project into another project.
so that this 2 project is into 1 project.
but it doesnt work, did i did something wrong here?
Rajesh Anuhya 1-Feb-12 8:05am    
Are you merge the 2 projects into on solution??
--RA
TerrenceLee 1-Feb-12 8:09am    
yup..
as i said, i got 2 .sln file..
gauge control.sln and googlemap.sln
im thinking to combine this 2 into 1 .sln
so when i open, i can see there 2 together as a project.
u understand what i tried to mean?
sorry if i confusing you.
:)
Rajesh Anuhya 1-Feb-12 8:18am    
As per my understand you are trying to get the
control.sln(probably it has control.proj)
and
googlemap.sln(probably it has googlemap.proj) under one solution, that is GoogleProject.sln.
-----
Take the blank Solution from the new project ->select blank solution ->name it as "GoogleProject.sln" (or as you wish)
now your blank solution is created. you can find it on the solution explorer.
now right click on the "GoogleProject.sln" -> add -> existing project. select the control.proj file(not control.sln).
Done you have added the control.proj to your solution.
Do the same thing for the googlemap.proj aslo.

Hope you understand
--RA

TerrenceLee 1-Feb-12 8:27am    
i tried your way, but, this 2 project have their own designer. how can both different designers show in a single designer? do i need to do something on it?
Create third project in that solution.

In new solution-> References -> Add References ->

Under that Projects tab.

Select those two (old projects).
 
Share this answer
 
Comments
Rajesh Anuhya 1-Feb-12 8:01am    
Add References ????
--RA

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