On Dec 8, 2011, at 12:09 PM, Vladimir Dimitrov wrote:
> No I am using the compiled .dll, but it is a stripped down version of the
> original connector which references only mscorlib, System and System.Data
> versions 2.0 so I hope mono got all of this implemented long time ago.

_Mono_ has, but the Mono for Android profile is based atop the Silverlight 
profile (with lots of extensions over the years). Go to the following sites:

        http://androidapi.xamarin.com/
        http://docs.go-mono.com/

Expand the "Base Class Library" tree on the left hand panes. Notice that many 
namespaces are simply missing in Mono for Android, e.g. System.CodeDom, 
System.Configuration, System.Data.OleDb (and other sub-namespaces), 
System.Drawing.*, System.IO.Ports, System.Media, etc. etc.

The only way to be sure it'll work is to compile from source.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to