Communication between .Net 2.0 and .Net 4.0 application
- by Renand
I have an application (an STA EXE) which is developed in .Net 2.0 has the provided some hooks so that one can write plug-ins. I planned to write a plug-in in .Net 4.0, which will be a dll. Please let me know what is the best way to do two way communication between these two application.