Two different .NET applications can't access the db4o file - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T13:42:58Zhttp://stackoverflow.com/feeds/question/773187http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/773187/two-different-net-applications-cant-access-the-db4o-file0Two different .NET applications can't access the db4o filevirtualmic2009-04-21T15:31:16Z2009-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>