On Sep 2, 2011, at 12:24 PM, Terrance Smith wrote:
> Hey, atm I'm not sure how officially supported it is but, there have been
> reports of people successfully using monodroid with vici coolStorage.
> I have been able to drop the assemblies into my project and compile, certain
> classes throw compile time errors when I attempt to use them.
...
> CSConfig.SetDB(dbName, true, () => {
> CSDatabase.ExecuteNonQuery(...
Their sample appears to be buggy. If you use e.g. `monop
-r:Vici.CoolStorage.MT.dll Vici.CoolStorage.CSConfig`, you'll see that there is
no SetDB() overload that takes `bool` as a second parameter; they appear to
have removed it, or replaced it with the SqliteOption type.
Just remove `true, ` from your line, and it'll compile and run.
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid