I'm using 2 entity managers in my application. When I try to do a saveChanges() on the second one I get the below error.
+ base {"Type conflict: the DefaultManager is currently of type PTXARCEntityManager"} System.Exception {IdeaBlade.Core.IdeaBladeException}
Can I change the default manager to the right Type?
Thought I saw this in the help docs somewhere.
P.S. Is there a DevForce Compiled help file to search?