LouOttawa wrote: > > Why is it looking for the ".cs" file? Why does it look for in the indicated > folder. >
That message is coming from your IDE (SharpDevelop?) when it uses the PDB symbol information in an attempt to locate the source code for the SQLiteConnection class. The path you are seeing is from the machine used to build the released binaries. > > The code is essentially below. The GetSchema generates the error. > The correct argument to pass to GetSchema in this case is "MetaDataCollections" (with an "s" at the end). -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users