> One thing I found that I must create at least one > ObjectContextChild before the DataContext becomes > usable otherwise I'm not seeing the connection being > made to the database in the log files.
Just in case it's not already clear: A DataContext does not need a connection to be usable. It will grab a connection as soon as it actually needs one, i.e. when the application starts querying away.
