I want to retrieve entities using EF.
I then save them in enterprise_library_cache
I get sometimes an error "ObjectContext was disposed already"
I'm uging using
at a very high leve - one per request, but I guess the entities are used after thier contextObject were disposed.
I think this will solve my problem:
How do I force eager loading from DB (including all forigen keys, meaning nested entities) +
detaching it from any context ?