Active Session is required for this operation. Use Session.Open(...) to open it. |
Active Session is required for this operation. Use Session.Open(...) to open it. |
Once you sign in you will be able to subscribe for any updates here
Tags:
Asked: Jul 28 '11 at 05:50
Seen: 4,330 times
Last updated: Jul 31 '11 at 11:04
Thanks.
That's not good. Actually, the extension method is declared on
IEnumerable<TEntity>
which doesn't know aboutSession
, but there should be a better way of obtainingSession
rather than callingSession.Demand
which is meaningless inServerProfile
.