Using Castle ActiveRecord, I stumbled upon a problem during lazy loading.
The following works (obviously)
p> using (new SessionScope())
{
User singleUser = User.FindFirst(…)
User
Using Castle ActiveRecord, I stumbled upon a problem during lazy loading.
The following works (obviously)
p> using (new SessionScope())
{
User singleUser = User.FindFirst(…)
User