I'm getting the following error when I run my app: System.UnauthorizedAccessException: Access to the path "/data/data/mfaFieldMetrix.mfaFieldMetrix/files/fieldmetrix.db3" is denied.
This occurs when I'm trying to create a sqlite database using: SqliteConnection.CreateFile(Program.AppDatabasePath); I have the WRITE_EXTERNAL_STORAGE permission checked in the Android Manifest tab of project properties. This wasn't an issue in ver 1.2 - any ideas? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/UnauthorizedAccessException-after-upgrading-to-ver-4-0-tp5065129p5065129.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
