I'm digging into the shared action provider demo from mike. When I attempt to run it on my ics emulator session, I am getting an error on the line where it creates the new FileStream object: stringfilePath = Path.Combine (new string[]{"data", "data", PackageName, "files", fileName});int size = 32 * 1024; using(FileStream toStream = new FileStream(filePath, FileMode.Create, FileAccess.ReadWrite)) {............} I am assuming that this is a permission issue. Specifically, it is a System.UnauthorizedAccessException. It is trying to access the filepath:data/data/ShareActionProviderDemo.ShareActionProviderDemo/files/monkey.png Any thoughts on how to resolve the issue properly? I'm thinking that I need to create a different filename to copy to, but I thought I would throw this idea out to the list for thoughts. Wally
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid