I have a Silverlight app I've composed with Prism using MEF to dynamically load modules.
When I take this app out of browser I experience some strange behaviour!
If fiddler happens to be running when I load my SL app, the modules load as expected and everything works fine. However if fiddler is not running I just get a plain white box as none of my modules are loaded.
I assume this has something to do with the references I have in my module catalog to the .xap files? But I don't understand why running fiddler would mean my module catalog functions correctly.
Any help in deciphering this is much appreciated.