Hi, I'm getting a the error that I can't lazy load since there is no session. I'm using the session per request/view pattern described here:
http://www.codeproject.com/aspnet/NHibe ... ctices.asp
When I step through my code, the session opens, then the lazy collection tries to load, and then the error. I never get to the point that the session closes though. Is there something I'm missing?
One possible issue is that I'm using a class to wrap my collection to make it a fake strongly typed one. The wrapping class has an innerList where which contains the actual collection.