I will follow up something I’ve been struggling (lost of session using the NHibernateUserAuthProvider - particularly, this issue). I then took the source code from here and I’m trying to compile it.
I just can’t seam to understand why I can’t access this publicavailable method:
btw, the NHibernateUserAuthProvider code worked well after I remove all the using statements as I was getting a Session is close. You can't close the session... error
making that class a custom NBUserAuthProvider and removing all using statements like StackOverflow answer mentioned, made my day…
maybe someone else will/is having the same issue… should we change the original one or add some Note to the code about it? I can make a push request if you want.