It seems like SessionAccessor.TransactionScope is linking to itself instead of ScopeIdentifier. We had some issues on our end when the application crashed, and it seems like this is the reason.
|
context != null && context.Items.TryGetValue(TransactionScope, out var instance) |
Reactions are currently unavailable
It seems like SessionAccessor.TransactionScope is linking to itself instead of ScopeIdentifier. We had some issues on our end when the application crashed, and it seems like this is the reason.
dataobjects-net/Extensions/Xtensive.Orm.Web/SessionAccessor.cs
Line 36 in a715d2a