[mono-android] IsolatedStorage or OpenFileOutput?
Jonathan Pryor
jonp at xamarin.com
Tue Jan 3 14:23:19 EST 2012
On Jan 3, 2012, at 3:44 AM, Benjamin Baldacci wrote:
> But an exception occured: "System.UnauthorizedAccessException: Access to the path "/data/data/XXXX/files/.config" is denied."
_Normally_ this is caused by the combination of fast deployment and running on an emulator. This doesn't happen on hardware, and this _shouldn't_ happen when fast deployment is disabled [0].
- Jon
[0] Oddly in this case fast deployment _was_ disabled, yet it continued to be wrong. Perhaps an explicit app package removal needed to be performed before re-installing the (non-fast deployment-built) package?
More information about the Monodroid
mailing list