[mono-android] sqliteconnection.close () in Android 2.1 thows exception

2011-06-02 Thread Liam
Hi I am having trouble using sqliteconnection with Android 2.1. I have tested it with two different devices running Android 2.1 and both throw exceptions. So I am guessing that there must be a bug in the way Sqlite has been implemented in Android for 2.1 (similar to the DataTable.Fill bug). If

Re: [mono-android] sqliteconnection.close () in Android 2.1 thows exception

2011-06-02 Thread Andrew Sinclair
Liam, I've been meaning to test on 2.1 as well, but in some of the earlier posts (the much-missed) Jon Pryor said: "Regardless, the problem is that you're running this on a platform earlier than Android 2.2. Only Android 2.2 has a SQLite recent enough for Mono.Data.Sqlite to properly interact wi

Re: [mono-android] Activation without internet??

2011-06-02 Thread Nagel, Ethan
Hi, Craig, Ok desperate times call for desperate measures. Perhaps you could get one of your work desktops on the real honest-to-God Internet for long enough to activate? Perhaps using a 3G connection or something? That would be the route I'd investigate, since I don't think we can expect a

Re: [mono-android] Activation without internet??

2011-06-02 Thread Craig Dunn
:'-( don't tell our infrastructure team, but i did just that on two PCs. disconnect corp.net and use a 3G USB hotspot. PC#1 - still doesn't Activate. Press "Activate" button - cursor spins - times out. No response/error message/log info. PC#2 - does Activate! Seems successful... until you restart

[mono-android] system.dllnotfoundexception

2011-06-02 Thread mayurpatil
Hello Friends, I am developing an Image Viewer for Android using Mono for Android with visual studio 2010. I am using mix mode managed native dll (myDll.dll) for converting raw image data to bitmap. I am using DllImport feature to access the native dll and also specified the entry point. It works