On Aug 16, 2011, at 11:03 PM, emalamisura wrote: > I added a reference to that assembly you are mentioning and it did not seem > to fix it, the only thing I can think of is that I was calling the DB in my > onCreate method for the launcher activity, which may be too early in the app > lifecycle.
That doesn't make sense to me. You may want to avoid creating the DB in OnCreate() for other reasons (e.g. to keep the app responsive and avoid the Application Not Responding dialog), but creating and using a SQLite database should certainly work within Activity.OnCreate(). If this is still a problem with Mono for Android 1.0.3, could you file a complete test case so that we can more easily determine what the problem is? Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
