Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello friends,

Please tell me the way, How can i pass variables value between two different project. i have to different project when some action is fire i have to pass value to the second project. one thing i don't want to use database. if it is possible then please reply me.


thanks in advance.....
Posted
Comments
Sergey Alexandrovich Kryukov 3-Oct-11 19:50pm    
Two "exe", two project or two processes? Know the difference.
--SA

You probably need to look at Inter Process Communication - see http://techmikael.blogspot.com/2010/02/blazing-fast-ipc-in-net-4-wcf-vs.html[^].
This[^] provides more information.
 
Share this answer
 
Add both projects into a single solutions and use them as references appropriately.
 
Share this answer
 
Comments
bburhanbohra 3-Oct-11 6:00am    
thanks,
but i don't want to add both on single solution
CodingLover 3-Oct-11 6:06am    
Even without them in a single solution you had to have map then through reference and define a global mechanism to communicate. Or else you have to think about an alternative. Inter process communication is one of them.

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