Two different .NET applications can't access the db4o file - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T13:42:58Z http://stackoverflow.com/feeds/question/773187 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/773187/two-different-net-applications-cant-access-the-db4o-file 0 Two different .NET applications can't access the db4o file virtualmic 2009-04-21T15:31:16Z 2009-04-21T15:34:43Z <p>I have just downloaded and and am using db40 7.9 and am testing it on two different .NET 3.5 applications using the supplied tutorial.</p> <p>When I access the same database (c:\pilot.db4o) file using these two applications, one after the other, each one is reflecting only the changes made by that application, even if those changes were made during the previous run.</p> <p>Why is each Application not seeing changes the other application made to the database file?</p>