I am developing an application that contains a module that is being developed by another team, and I accept it using MEF. the problem is that when hosting has an exception, it minimizes my application.
the obvious solution is that the hosting development team will catch all of their exceptions, but this does not happen, so I have to provide for myself.
My ideas:
1) create 2 separated GUI threads. is it possible?
2) run the hosted module as a separate .exe file, but somehow place it in your application.
Any help would be appreciated.
source
share