I am writing an application using silverlight technology. Using the CheckAndDownloadUpdateCompleted method I can let the sdk handle automatically the update of the client. I also see the installed "application" in the control panel. I can "uninstall" the "application"; all is fine.
but: my application make heavy usage of the Isolated Storage. As I see from my tests, if I uninstall the application the data saved into the storage is not cleaned. Is there a way to be notified of the uninstallation and do some cleanup?