Click here to Skip to main content
15,875,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to ask how can i split my project in different .exe files and have communication among these exe files

i could have used Managed Extensibility Framework (MEF) but i want separate exes so that i can update users conveniently.

or suggest me better if i m thinking low.
Posted
Comments
Richard MacCutchan 7-Jun-14 8:25am    
It's difficult to provide a good answer without knowing a bit more about what problem you are trying to solve.
[no name] 7-Jun-14 8:26am    
Research IPC then.

1 solution

Then split your application and use, as suggested, a IPC mechanism to make the different executables communicate, Google is your friend[^].
 
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