Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have two project.
ProjectA and ProjectB.
I want to open a form that is in projectB from projectA and inverse.
I just could reference ProjectB in ProjectA.
How can i solve this issue?
I would be thankful if you could put source code.
Thanks
Posted

Personally, I would extract the relevant parts from both projects into ProjectC and reference that from both of the others.
 
Share this answer
 
Comments
Hamid Noahdi 16-Nov-11 3:01am    
Thanks for answering, but i want to know if there are other solutions.
I read something about Interfaces that can solve the problem, but i could not implement it.
 
Share this answer
 

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