Hi, I'm experiencing some reliability issues with Prism/Silverlight. I got couple of modules one publishing events and other subscribing.
Every time when I run the application from VS on debug mode by pressing "F5", the events are published and subscribed as expected. However, when I run the application from visual studio by pressing "Ctrl+F5", then the event publication/subscription is matter of luck. Sometime its working, sometimes its not working.
Anyone experienced this issue?