What's difference of PersistenceManager and DomainModelEntityManager?
I can't get a PersistenceManager instance with the following code:
private PersistenceManager mPersMgr = PersistenceManager.DefaultManager;
|
This will have "Unable to obtain a valid configuration file" exception.
If I put the initialize into Load event handler, the variable null gets an instance, remains null;
I'm using DevForce WinClient 5.2.3.0 with Visual Studio 2008