Hi there, we have a EDMX file that represents our database, and when using the code generation tools we get an EntityManager from that. However Breeze is looking for a DbContext to create an EFContextProvider. I've been looking around and it seems that DevForce claims to generate a DbContext at runtime, is there any way I can reference that to use in Breeze or am I stuck creating a custom DbContext?
Any help would be appreciated. Thanks