I have a Silverlight 4 app using Prism 2.2 and I have a few modules that I am loading on demand by defining them as ondemand in the module catalog (via a xaml file) and then using the ModuleManager to request the module be downloaded
Is there a mechanism in Prism to determine when the module download is completed and get to download progress events?
There was a thread on the prism codeplex site but none of the suggestions seemed to pan out for the folks having the discussion
http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=47957
thanks Michael