I created a Windows Phone 7 app that downloads files from my server and stores them in isolated storage, but I'm having trouble finding any info about how to open files with other (default) apps.
For instance, if I download a .psd file to isolated storage, what C# call do I have to write to make the system open said file in any available app that can read it? This can be done on other platforms (iOS, and Android), but I haven't found any literature on the subject for Windows Phone 7.
Any help would be appreciated.
