Click here to Skip to main content
15,895,792 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone tell me how to register DbContext with DynamicDataEntities ?

The DynamicDataEntities worked well If I used class that inherits ObjectEntity Class in MetaModel.RegisterContext method.

But now I have used ASP.Net DbContext Generator Template and I have the class that inherits from DbContext class.

How to use DynamicDataEntities with this DbContext inherited class?

I tried David Ebbos link[^]

But when I run the application I was getting the error "Could not load CLR Type"

Any help would be appreciated
Posted

1 solution

This blog post seems to have some ideas, and links to forums where the issue has some recent activity. Ref: http://thedatafarm.com/blog/data-access/wcf-data-services-and-ef-pocos-that-are-in-their-own-assembly/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900