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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -