entity framework - EF6 - Lazy Loading does not work anymore -


when create new entity , save changes database, i'm not able lazy load navigation properties.

lazyloading , proxycreation enabled on context. has been working in past, after refactoring, not work anymore (refactoring did no include refactoring of context class).

when try load entity, navigation properties got following error: 'executereader requires open , available connection. connection's current state closed.'

thanks


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -