Re: [mono-android] SQLite and shared rountime

2012-06-13 Thread dariusz_sroka
Hi, It was not working on both devices (client and mine). I solved my problem by merging two projects (data project and main project) into one - now when my solution have only one project everything is working correct.. Weird. Best regards -- View this message in context: http://mono-for-andr

Re: [mono-android] SQLite and shared rountime

2012-06-13 Thread Jonathan Pryor
On Jun 13, 2012, at 4:14 AM, Dariusz Sroka wrote: > Problem occurs when I'm trying to create a package for a client - I'm turning > off shared rountime to create an .apk package and then my database stops > working. Does the Release .apk fail on your device or only on the client's device? If it

[mono-android] SQLite and shared rountime

2012-06-13 Thread Dariusz Sroka
Hi, In my project I'm using SQLite database (http://code.google.com/p/sqlite-net/). Everything works ok when I'm using it on my development machine (debug mode + shared rountime tourned on). Problem occurs when I'm trying to create a package for a client - I'm turning off shared rountime to