I have an application i.e an exe when ran loads 2-3 modules.
For e,g:
When Exe is ran ,
A,B,C,D modules/views get loaded. suppose if an exception occurs in 'A'Module , B,C,D should still work and vice versa. I am using prism to load these modules.
How can we make sure other modules are running still even after the other modules are crashed.
Thanks for help.
Kind regards
Krishna