On 31.08.2011 13:32, catullum wrote: > Ok thanks but please tell me how can i say to the monodevelop that the sqlite > files gos to the documents folder durin the compilation?
There is no way to deploy directly into the Documents or Library folders. You should check if the DB file already exists. If not, then you copy the file from the app bundle into the desired location. Robert _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
