Hey guys,
I am trying to figure out what is the best way to connect to a MySQL server from the Mono Android app I am creating. I had mixed success before. I am experimenting with the mysql.data.cf.dll version of the connector which is trimmed down version for Pocket PCs, so it gets less dependences on stuff not available like System.Transactions which I don't need either way. The problem is that when there is no linking the app seems to work fine. But this should not be the way to proceed for production, so I looked at the linking options and added linking of all the user and SDK assemblies and -linkskip for the MySql.Data.CF assembly. But now when the package is created and shipped to the device I get a FileNotfoundException about the MySql assembly not being found at all. Any ideas what should be done in this scenario? Thanks, Vladimir
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid