From: Richard S. <ri...@ex...> - 2009-04-19 20:50:33
|
Richard Smith wrote: >> I uploaded the demo code again - It now uses SQLite as the local database. > > Complib/LocalComplibDataSet.Designer.cs line 10030 and > following lines are still referencing > System.Data.SqlServerCe. Have you commited the wrong > vesrion of this file? A few other things I've noticed. The System.Data.SQLite.SQLiteFoo classes seem to be called Mono.Data.Sqlite.SqliteFoo in the version I've got. I think I understand the Mono vs System namespace prefix, but I'm puzzled about the capitalisation difference. Are these class and namespace names case-insensitive on Windows? Also, in Complib/Properties/Resources.resx, the Resources/ subdirectory is inconsistently capitalised. The directory in SVN has a capital 'R', but some of the references in that file have lower-case 'r's. That's easily fixed though. RAS |