In my application i have ten different IsolatedStorageOfflineContext. I am calling LoadAsync() on all of them from the Application_Launching event.
In most cases this freezes the App at built-in splash screen. In this situation the VisualStudio debug session stalls until i kill the emulator or disconnect the physical device. If attempted on a physical device it has to be hard-resetted by removing the
battery.
In some cases unhandled System.TypeLoadException for System.Runtime.InteropServices.SEHException is thrown instead of freezing the app.
In rare cases (maybe 1 out of 8) the application actually launches but feels very sluggish until all contexts have finished loading. When the application is exited (with the back button) before all contexts have finished loading, again System.TypeLoadException
for System.Runtime.InteropServices.SEHException is thrown.